Class: GoogleQuery::Time

Inherits:
Query
  • Object
show all
Defined in:
lib/google_query/worldtime.rb

Class Method Summary collapse

Class Method Details

.get(location) ⇒ Object



5
6
7
8
# File 'lib/google_query/worldtime.rb', line 5

def self.get(location)
  loc = super(location)
  loc.nil? ? nil : loc.gsub(/^[^:]*:/, '').strip
end