Method: Chitin::PVC#method_missing
- Defined in:
- lib/chitin/commands/ruby.rb
#method_missing(*arr, &block) ⇒ Object
20 21 22 23 24 25 |
# File 'lib/chitin/commands/ruby.rb', line 20 def method_missing(*arr, &block) latest = [*arr] latest << block if block @chains << latest self # chainable end |