method
new
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Browser
new(name)public
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/browser.rb, line 8
def initialize(name)
@name = name
end