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

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

Overview

This class is for internal use only

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method_name) ⇒ Object



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

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