Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.rb
File · 0.80
Calls
2
write
Method · 0.80
flush
Method · 0.80
Tested by
no test coverage detected