class Ryp::Command
Public Instance Methods
info(argument)
click to toggle source
# File lib/ryp/command.rb, line 9 def info(argument) Ryp.info(argument, options) end
status()
click to toggle source
# File lib/ryp/command.rb, line 14 def status puts 'Network Status: Not implemented yet' end