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



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

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

#startObject



110
111
112
113
114
# File 'lib/bender/main.rb', line 110

def start
  bot = start_bot
  refresh_users bot
  serve_web bot
end

#versionObject



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

def version
  puts VERSION
end