module KafoWizards

Constants

VERSION

Public Class Methods

wizard(kind, header, options={}) click to toggle source
# File lib/kafo_wizards/factory.rb, line 3
def self.wizard(kind, header, options={})
  HighLine::Wizard.new(header, options)
end