Module: Chop::Config
- Included in:
- Chop
- Defined in:
- lib/chop/config.rb
Instance Attribute Summary collapse
-
#atomic_diff ⇒ Object
Returns the value of attribute atomic_diff.
Instance Method Summary collapse
Instance Attribute Details
#atomic_diff ⇒ Object
Returns the value of attribute atomic_diff.
3 4 5 |
# File 'lib/chop/config.rb', line 3 def atomic_diff @atomic_diff end |
Instance Method Details
#register_creation_strategy(*args, &block) ⇒ Object
5 6 7 |
# File 'lib/chop/config.rb', line 5 def register_creation_strategy *args, &block Chop::Create.register_creation_strategy *args, &block end |