Class: NumRu::GAnalysis::QG::Uninitialized

Inherits:
Object
  • Object
show all
Defined in:
lib/numru/ganalysis/qg.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method_name) ⇒ Object



252
253
254
# File 'lib/numru/ganalysis/qg.rb', line 252

def method_missing(method_name)
  raise("Reference latitude has not been set. Call QG::set_lat0 to use the module QG.")
end