Sha256: bfebc13515f6bda720067c1bc909ab8b6c7ef080a2f9c23b0200490580c90b93

Contents?: true

Size: 138 Bytes

Versions: 2

Compression:

Stored size: 138 Bytes

Contents

module Terrain
  class Config
    attr_accessor :max_records

    def max_records
      @max_records || Float::INFINITY
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
terrain-0.0.3 lib/terrain/config.rb
terrain-0.0.2 lib/terrain/config.rb