Method: Primalize::Single::Object#initialize
- Defined in:
- lib/primalize/single.rb
#initialize(types, &coercion) ⇒ Object
Returns a new instance of Object.
285 286 287 288 |
# File 'lib/primalize/single.rb', line 285 def initialize types, &coercion @types = types @coercion = coercion end |