Method: Spider::App::ClassMethods#app
- Defined in:
- lib/spiderfw/app.rb
#app ⇒ self
Convenience method: since all classes inside the app have an #app method, the App itself has it too
235 236 237 |
# File 'lib/spiderfw/app.rb', line 235 def app self end |