Class: Bender::Main

Inherits:
Mjolnir show all
Defined in:
lib/bender/main.rb

Constant Summary

Constants inherited from Mjolnir

Mjolnir::COMMON_OPTIONS

Instance Method Summary collapse

Methods inherited from Mjolnir

include_common_options

Instance Method Details

#artObject



23
24
25
# File 'lib/bender/main.rb', line 23

def art
  puts "\n%s\n" % ART
end

#startObject



116
117
118
119
120
# File 'lib/bender/main.rb', line 116

def start
  bot = start_bot
  refresh_users bot
  serve_web bot
end

#versionObject



17
18
19
# File 'lib/bender/main.rb', line 17

def version
  puts VERSION
end