MCPcopy Create free account
hub / github.com/existentialmutt/lt-ruby / safe_print

Method safe_print

rb-src/lt_client.rb:190–193  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

188 end
189
190 def self.safe_print(text)
191 $stdout.write(text)
192 $stdout.flush
193 end
194
195 def to_str
196 "LtPrinter"

Callers 1

lt_client.rbFile · 0.80

Calls 2

writeMethod · 0.80
flushMethod · 0.80

Tested by

no test coverage detected