Libraries
»
proof
(0.0.3)
»
Index
»
Proof
»
Output
»
#new_line
Method: Proof::Output#new_line
Defined in:
lib/proof/output.rb
#
new_line
(num = 1) ⇒
Object
80 81 82
# File 'lib/proof/output.rb', line 80
def
new_line
(
num
=
1
)
"
\n
"
*
num
end