Sha256: e215996c787c41884439a06f6b5c246c8e729e7a75eaf1493ab36b976413258e

Contents?: true

Size: 109 Bytes

Versions: 3

Compression:

Stored size: 109 Bytes

Contents

module Hungry
  class Country < Location
    
    self.default_criteria = { type: 'Country' }
    
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hungry-0.1.1 lib/hungry/country.rb
hungry-0.1.0 lib/hungry/country.rb
hungry-0.0.1 lib/hungry/country.rb