class Browser

def to_s

Return meta representation as string.
def to_s
  meta.join(" ")
end