Method: Spider::App::ClassMethods#app

Defined in:
lib/spiderfw/app.rb

#appself

Convenience method: since all classes inside the app have an #app method, the App itself has it too

Returns:

  • (self)


252
253
254
# File 'lib/spiderfw/app.rb', line 252

def app
    self
end