Sha256: 2725b63c9f0c5f531d0c868b1932585a88b3958dfe1d19ac29d6971d141118e6
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
module Vedeu class CoercionsTestClass include Coercions attr_reader :attributes def initialize(attributes = {}) @attributes = attributes @name = attributes[:name] end end # CoercionsTestClass end # Vedeu
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.2.12 | test/support/test_classes/coercions.rb |
vedeu-0.2.11 | test/support/test_classes/coercions.rb |