class Browser::Epiphany

def full_version

def full_version
  ua[%r{Epiphany/([\d.]+)}, 1] || "0.0"
end

def id

def id
  :epiphany
end

def match?

def match?
  ua.include?("Epiphany")
end

def name

def name
  "Epiphany"
end