module Sunzi::Actions::Delegate::ClassMethods
Public Instance Methods
delegate_to_thor(*args)
click to toggle source
# File lib/sunzi/actions.rb, line 23 def delegate_to_thor(*args) def_delegators :'Sunzi.thor', *args end