Sha256: 9a3b8f0df9a7c6c28691003b766fbe27a9fa195980c8796fa27d9aab474533b8

Contents?: true

Size: 281 Bytes

Versions: 113

Compression:

Stored size: 281 Bytes

Contents

module FactoryGirl
  class Attribute
    # @api private
    class Static < Attribute
      def initialize(name, value, ignored)
        super(name, ignored)
        @value = value
      end

      def to_proc
        value = @value
        -> { value }
      end
    end
  end
end

Version data entries

113 entries across 100 versions & 12 rubygems

Version Path
factory_girl-4.5.0 lib/factory_girl/attribute/static.rb
factory_girl-4.4.0 lib/factory_girl/attribute/static.rb
factory_girl-4.3.0 lib/factory_girl/attribute/static.rb
challah-1.0.0 vendor/bundle/gems/factory_girl-4.2.0/lib/factory_girl/attribute/static.rb
classiccms-0.7.2 vendor/bundle/gems/factory_girl-3.3.0/lib/factory_girl/attribute/static.rb
classiccms-0.7.1 vendor/bundle/gems/factory_girl-3.3.0/lib/factory_girl/attribute/static.rb
classiccms-0.7.0 vendor/bundle/gems/factory_girl-3.3.0/lib/factory_girl/attribute/static.rb
challah-1.0.0.beta3 vendor/bundle/gems/factory_girl-4.2.0/lib/factory_girl/attribute/static.rb
challah-1.0.0.beta2 vendor/bundle/gems/factory_girl-4.2.0/lib/factory_girl/attribute/static.rb
challah-1.0.0.beta vendor/bundle/gems/factory_girl-4.1.0/lib/factory_girl/attribute/static.rb
challah-1.0.0.beta vendor/bundle/gems/factory_girl-4.2.0/lib/factory_girl/attribute/static.rb
challah-0.9.1.beta.3 vendor/bundle/gems/factory_girl-4.1.0/lib/factory_girl/attribute/static.rb
factory_girl-4.2.0 lib/factory_girl/attribute/static.rb
challah-0.9.1.beta vendor/bundle/gems/factory_girl-4.1.0/lib/factory_girl/attribute/static.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/factory_girl-4.1.0/lib/factory_girl/attribute/static.rb
challah-0.9.0 vendor/bundle/gems/factory_girl-4.1.0/lib/factory_girl/attribute/static.rb
classiccms-0.6.9 vendor/bundle/gems/factory_girl-3.3.0/lib/factory_girl/attribute/static.rb
challah-rolls-0.2.0 vendor/bundle/gems/factory_girl-4.1.0/lib/factory_girl/attribute/static.rb
challah-rolls-0.2.0 vendor/bundle/gems/factory_girl-3.6.1/lib/factory_girl/attribute/static.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/factory_girl-4.1.0/lib/factory_girl/attribute/static.rb