class Pwl::Dialog::ConsoleDialog
Attributes
dialog[R]
Public Class Methods
new(prompt)
click to toggle source
Calls superclass method
Pwl::Dialog::Base::new
# File lib/pwl/dialog/console.rb, line 6 def initialize(prompt) super(nil, prompt) @dialog = HighLine.new(STDIN, STDERR) end