Class: ActionController::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/penetration.rb

Instance Method Summary collapse

Instance Method Details

#penetrate(text = nil, &block) ⇒ Object



119
120
121
# File 'lib/penetration.rb', line 119

def penetrate(text = nil, &block)
  Penetration::Core.new(self, session, text, &block)
end