Libraries
»
emit
(0.2.0)
»
Index
»
Emit
»
choice
Method: Emit.choice
Defined in:
lib/emit.rb
.
choice
(*guards) ⇒
Object
56 57 58
# File 'lib/emit.rb', line 56
def
choice
(
*
guards
)
Alternation
.
new
(
guards
)
.
execute
end