Class: Drymm::Shapes::Logic::Unary
- Defined in:
- lib/drymm/shapes/logic.rb
Overview
Class Method Summary collapse
Methods inherited from Rule
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, rule) ⇒ Object
53 54 55 |
# File 'lib/drymm/shapes/logic.rb', line 53 def self.coerce_tuple((type, rule)) { type: type, rule: rule } end |