class RgGen::Core::HelpPrinter

Public Class Methods

new(option_parser) click to toggle source
# File lib/rggen/core/printers.rb, line 6
def initialize(option_parser)
  @option_parser = option_parser
end

Public Instance Methods

run(_builder, _options) click to toggle source
# File lib/rggen/core/printers.rb, line 10
def run(_builder, _options)
  puts @option_parser.help
end