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.
4 5 6 |
# File 'lib/onceler/ambitious_helpers.rb', line 4 def once_scopes [:once, nil] end |