module UserAgent::Browsers::Gecko
def os
def os if comment = application.comment i = comment[1] == 'U' ? 2 : 1 OperatingSystems.normalize_os(comment[i]) end end
def os if comment = application.comment i = comment[1] == 'U' ? 2 : 1 OperatingSystems.normalize_os(comment[i]) end end