Class: Gigbot::Commands::Deep
- Inherits:
-
Object
- Object
- Gigbot::Commands::Deep
- Defined in:
- lib/gigbot/commands/deep.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.run ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/gigbot/commands/deep.rb', line 7 def self.run Gigbot::Gig.each do |gig| if gig.source.import_deep(gig) puts gig.to_s end end end |
Instance Method Details
#run ⇒ Object
4 5 |
# File 'lib/gigbot/commands/deep.rb', line 4 def run end |