Class: Monolens::Type::Coercible
- Inherits:
-
Object
- Object
- Monolens::Type::Coercible
- Defined in:
- lib/monolens/type/coercible.rb
Class Method Summary collapse
Class Method Details
.to(type) ⇒ Object
4 5 6 7 |
# File 'lib/monolens/type/coercible.rb', line 4 def self.to(type) # TODO: make me stricter ::Object end |