Sha256: 38be7191ddb8c1f2a78b753d74c24c7f4ccaea64eb29db8004fa5cf82399621d

Contents?: true

Size: 176 Bytes

Versions: 9

Compression:

Stored size: 176 Bytes

Contents

require "active_support/environment_inquirer"

module ActiveSupport
  class EnvironmentInquirer < StringInquirer
    def test_data?
      self == "test_data"
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
test_data-0.3.2 lib/test_data/active_support_ext.rb
test_data-0.3.1 lib/test_data/active_support_ext.rb
test_data-0.3.0 lib/test_data/active_support_ext.rb
test_data-0.2.2 lib/test_data/active_support_ext.rb
test_data-0.2.1 lib/test_data/active_support_ext.rb
test_data-0.2.0 lib/test_data/active_support_ext.rb
test_data-0.1.0 lib/test_data/active_support_ext.rb
test_data-0.0.2 lib/test_data/active_support_ext.rb
test_data-0.0.1 lib/test_data/active_support_ext.rb