Module: Fiveruns::Tuneup::Instrumentation::CGI::Session::InstanceMethods
- Defined in:
- lib/fiveruns/tuneup/instrumentation/cgi/session.rb
Instance Method Summary collapse
- #close_with_fiveruns_tuneup(*args, &block) ⇒ Object
- #delete_with_fiveruns_tuneup(*args, &block) ⇒ Object
- #initialize_with_fiveruns_tuneup(*args, &block) ⇒ Object
Instance Method Details
#close_with_fiveruns_tuneup(*args, &block) ⇒ Object
15 16 17 18 19 |
# File 'lib/fiveruns/tuneup/instrumentation/cgi/session.rb', line 15 def close_with_fiveruns_tuneup(*args, &block) Fiveruns::Tuneup.step "Close session", :model do close_without_fiveruns_tuneup(*args, &block) end end |