Method: Browser::Platform::Base#initialize
- Defined in:
- lib/browser/platform/base.rb
#initialize(ua) ⇒ Base
Returns a new instance of Base.
7 8 9 |
# File 'lib/browser/platform/base.rb', line 7 def initialize(ua) @ua = ua end |
Returns a new instance of Base.
7 8 9 |
# File 'lib/browser/platform/base.rb', line 7 def initialize(ua) @ua = ua end |