Class: CountLOC::ConsoleWriter
- Inherits:
-
Object
- Object
- CountLOC::ConsoleWriter
- Defined in:
- lib/countloc.rb
Overview
Class that writes to the Console
Instance Method Summary collapse
-
#write(data) ⇒ Object
Write the data to the console.
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 |