Class: Hipbot::Plugins::Excuses::Grabber

Inherits:
Object
  • Object
show all
Defined in:
lib/hipbot-plugins/excuses.rb

Constant Summary collapse

ADDRESS =
'http://developerexcuses.com/'

Instance Method Summary collapse

Instance Method Details

#callObject



17
18
19
20
# File 'lib/hipbot-plugins/excuses.rb', line 17

def call
  data = page.match link_regexp
  data[1]
end