Method: FreeZipcodeData::Runner.instance

Defined in:
lib/free_zipcode_data/runner.rb

.instanceObject

Make a singleton but allow the class to be instantiated for easier testing



17
18
19
# File 'lib/free_zipcode_data/runner.rb', line 17

def self.instance
  @instance || new
end