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

Method write

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

Source from the content-addressed store, hash-verified

174 end
175
176 def write(text)
177 @cur += text
178 if text =~ /\n/
179 self.flush
180 end
181 end
182 alias_method :print, :write
183 alias_method :<<, :write
184

Callers 1

safe_printMethod · 0.80

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected