Class: Gigbot::Commands::Deep

Inherits:
Object
  • Object
show all
Defined in:
lib/gigbot/commands/deep.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.runObject



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

#runObject



4
5
# File 'lib/gigbot/commands/deep.rb', line 4

def run
end