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