Method: Sunzi::Actions::Delegate::ClassMethods#delegate_to_thor

Defined in:
lib/sunzi/actions.rb

#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