Parent

Methods

Files

Commander::HelpFormatter::TerminalCompact

Public Instance Methods

template(name) click to toggle source
# File lib/commander/help_formatters/terminal_compact.rb, line 7
def template name
  ERB.new(File.read(File.join(File.dirname(__FILE__), 'terminal_compact', "#{name}.erb")), nil, '-')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.