module Commands
Public Class Methods
new(schedule)
click to toggle source
# File lib/rhs-schedule/commands.rb, line 2 def initialize(schedule) @schedule = schedule end
Public Instance Methods
command_help(args)
click to toggle source
# File lib/rhs-schedule/commands.rb, line 6 def command_help(args) puts "Help!" end