class Object

Constants

CONFIG_FILE
DEVELOP
ENVIRONMENTS
MAIN
MASTER

Public Instance Methods

agree(question) click to toggle source
Calls superclass method
# File lib/renuo/cli.rb, line 34
def agree(question)
  question += " [y/n]" if question
  super
end