Class: CountLOC::ConsoleWriter

Inherits:
Object
  • Object
show all
Defined in:
lib/countloc.rb

Overview

Class that writes to the Console

Instance Method Summary collapse

Instance Method Details

#write(data) ⇒ Object

Write the data to the console



285
286
287
# File 'lib/countloc.rb', line 285

def write(data)
  puts data.to_s
end