Method: Thor::Actions::ClassMethods#source_root

Defined in:
lib/wip/vendor/thor/actions.rb

#source_root(path = nil) ⇒ Object

Stores and return the source root for this class



27
28
29
30
# File 'lib/wip/vendor/thor/actions.rb', line 27

def source_root(path=nil)
  @_source_root = path if path
  @_source_root
end