Parent

Methods

Class/Module Index [+]

Quicksearch

HammerCLI::AbstractCommand::SortedBuilder

Public Instance Methods

add_list(heading, items) click to toggle source
# File lib/hammer_cli/abstract.rb, line 91
def add_list(heading, items)
  items.sort! do |a, b|
    a.help[0] <=> b.help[0]
  end
  super(heading, items)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.