Method: DDSL::Command::DSL::ClassMethods#arguments
- Defined in:
- lib/ddsl/command/dsl.rb
#arguments(&block) ⇒ Object
24 25 26 27 28 |
# File 'lib/ddsl/command/dsl.rb', line 24 def arguments(&block) singleton_class.class_eval do @arguments = Transproc::Transformer[Functions].define(&block) end end |