Class: Drymm::Shapes::Types::Lax
- Defined in:
- lib/drymm/shapes/types.rb
Overview
Class Method Summary collapse
Methods inherited from Type
#compile, compiler, compiler_registry, namespace
Methods included from Branch
#auto_tuple, #auto_tuple!, #coerce_tuple, #retuple
Methods inherited from Node
Methods included from ASTMethods
Methods included from JSONMethods
Class Method Details
.coerce_tuple(type, base) ⇒ Object
116 117 118 |
# File 'lib/drymm/shapes/types.rb', line 116 def self.coerce_tuple((type, base)) { type: type, base: base } end |