class AgileSolo::Server

Public Instance Methods

commands() click to toggle source
# File lib/agile_solo/server.rb, line 8
def commands
  @commands ||= CompositeCommand.new
end