Module: BlackStack::NextBot
- Defined in:
- lib/nextbot.rb,
lib/basecommand.rb,
lib/localcommand.rb,
lib/remotecommand.rb,
lib/remotebaseobject.rb
Defined Under Namespace
Modules: BaseCommand Classes: BaseRemoteObject, Command, RemoteCommand, RemoteCommandClose, RemoteCommandGoto, RemoteCommandLogin, RemoteCommandStartBot
Class Method Summary collapse
Class Method Details
.require_db_classes ⇒ Object
7 8 9 10 |
# File 'lib/nextbot.rb', line 7 def self.require_db_classes() # You have to load all the Sinatra classes after connect the database. require_relative '../lib/localcommand.rb' end |