Class: Hipbot::Plugins::Excuses::Grabber
- Inherits:
-
Object
- Object
- Hipbot::Plugins::Excuses::Grabber
- Defined in:
- lib/hipbot-plugins/excuses.rb
Constant Summary collapse
- ADDRESS =
'http://developerexcuses.com/'
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
17 18 19 20 |
# File 'lib/hipbot-plugins/excuses.rb', line 17 def call data = page.match link_regexp data[1] end |