Libraries
»
mspec
(1.6.0)
»
Index
»
IOStub
»
#print
Method: IOStub#print
Defined in:
lib/mspec/helpers/io.rb
#
print
(*str) ⇒
Object
8 9 10
# File 'lib/mspec/helpers/io.rb', line 8
def
print
(
*
str
)
write
(
str
.
join
+
$\
.
to_s
)
end