Method: CatClaw::Catcher#initialize
- Defined in:
- lib/cat_claw/catcher.rb
#initialize ⇒ Catcher
Returns a new instance of Catcher.
9 10 11 12 13 14 15 16 |
# File 'lib/cat_claw/catcher.rb', line 9 def initialize @cats = [ CatClaw::RubyChinaCat.new, CatClaw::V2EXCat.new, CatClaw::WeWorkRemotelyCat.new, CatClaw::StackOverFlowCat.new ] end |