Module: Onceler::AmbitiousHelpers
- Defined in:
- lib/onceler/ambitious_helpers.rb
Instance Method Summary collapse
-
#once_scopes ⇒ Object
make :once the default behavior for before/let/etc.
Instance Method Details
#once_scopes ⇒ Object
make :once the default behavior for before/let/etc.
6 7 8 |
# File 'lib/onceler/ambitious_helpers.rb', line 6 def once_scopes [:once, nil] end |