class Azuki::Deprecated::Help::HelpGroup
Attributes
title[R]
Public Class Methods
new(title)
click to toggle source
# File lib/azuki/deprecated/help.rb, line 11 def initialize(title) @title = title end
Public Instance Methods
command(name, description)
click to toggle source
# File lib/azuki/deprecated/help.rb, line 15 def command(name, description) self << [name, description] end
space()
click to toggle source
# File lib/azuki/deprecated/help.rb, line 19 def space self << ['', ''] end