class RebuildPlugins::RbldHelloCommand

Attributes

stream[RW]

Private Class Methods

banner(method) click to toggle source

Public Instance Methods

run(parameters) click to toggle source
# File lib/rbld-plugin-hello/rbld_hello.rb, line 9
def run(parameters)
  banner( :run )
end
usage() click to toggle source
# File lib/rbld-plugin-hello/rbld_hello.rb, line 5
def usage
  banner( :usage )
end

Private Instance Methods

banner(method) click to toggle source