module Sunzi::Actions::Delegate
include this module to use delegate_to_thor method.
Public Class Methods
included(base)
click to toggle source
# File lib/sunzi/actions.rb, line 17 def self.included(base) base.extend Forwardable base.extend ClassMethods end