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