class Browser::Instagram
def full_version
def full_version ua[%r[Instagram ([\d.]+)], 1] end
def id
def id :instagram end
def match?
def match? ua =~ /Instagram/ end
def name
def name "Instagram" end
def full_version ua[%r[Instagram ([\d.]+)], 1] end
def id :instagram end
def match? ua =~ /Instagram/ end
def name "Instagram" end