Module: Sunzi::Actions::Delegate::ClassMethods

Defined in:
lib/sunzi/actions.rb

Instance Method Summary collapse

Instance Method Details

#delegate_to_thor(*args) ⇒ Object



23
24
25
# File 'lib/sunzi/actions.rb', line 23

def delegate_to_thor(*args)
  def_delegators :'Sunzi.thor', *args
end