# File lib/earthquake/help.rb, line 7 def help(name, summary, usage = nil) helps[name] = summary, usage ? usage.trim_indent : nil end
# File lib/earthquake/help.rb, line 3 def helps @helps ||= {} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.