class Pennyworth::Cli
Public Class Methods
host_controller()
click to toggle source
# File lib/pennyworth/cli.rb, line 280 def self.host_controller CliHostController.new("~/.pennyworth", STDOUT) end
settings()
click to toggle source
# File lib/pennyworth/cli.rb, line 100 def self.settings @@settings end
settings=(s)
click to toggle source
# File lib/pennyworth/cli.rb, line 104 def self.settings= s @@settings = s end