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)


235
236
237
# File 'lib/spiderfw/app.rb', line 235

def app
    self
end