Module: Facy::Help

Included in:
Facy
Defined in:
lib/facy/help.rb

Instance Method Summary collapse

Instance Method Details

#help(target, usage, example = nil) ⇒ Object



7
8
9
# File 'lib/facy/help.rb', line 7

def help(target, usage, example=nil)
  helps << {target: target, usage: usage, example: example} 
end

#helpsObject



3
4
5
# File 'lib/facy/help.rb', line 3

def helps
  @helps ||= []
end