Libraries
»
hypatia
(0.0.3)
»
Index
»
Formula
»
#text
Method: Formula#text
Defined in:
lib/hypatia/formula.rb
#
text
⇒
Object
8 9 10
# File 'lib/hypatia/formula.rb', line 8
def
text
@operations
.
map
(
&
:text
)
.
join
(
" \n "
)
end