module RanchHand::Commands
Private Instance Methods
command(opts={})
click to toggle source
# File lib/ranch_hand/commands.rb, line 5 def command(opts={}) TTY::Command.new(**opts) end
prompt()
click to toggle source
# File lib/ranch_hand/commands.rb, line 9 def prompt TTY::Prompt.new end