Class: Bender::Main
Constant Summary
Constants inherited from Mjolnir
Instance Method Summary collapse
Methods inherited from Mjolnir
Instance Method Details
#art ⇒ Object
23 24 25 |
# File 'lib/bender/main.rb', line 23 def art puts "\n%s\n" % ART end |
#start ⇒ Object
111 112 113 114 115 |
# File 'lib/bender/main.rb', line 111 def start bot = start_bot refresh_users bot serve_web bot end |
#version ⇒ Object
17 18 19 |
# File 'lib/bender/main.rb', line 17 def version puts VERSION end |