class Browser::Meta::Base
Attributes
browser[R]
Set the browser instance.
Public Class Methods
new(browser)
click to toggle source
# File lib/browser/meta/base.rb, line 31 def initialize(browser) @browser = browser end
Public Instance Methods
meta()
click to toggle source
# File lib/browser/meta/base.rb, line 35 def meta nil end
to_a()
click to toggle source
# File lib/browser/meta/base.rb, line 39 def to_a meta.to_s.squeeze(" ").split(" ") end