Method: CPuts#cputs

Defined in:
lib/cputs.rb

#cputs(message) ⇒ Object

The main method to print (puts) a message with the preffix (if set) File (that’s making the call) Line (of the file) and Suffix (if set) :args: message



12
13
14
# File 'lib/cputs.rb', line 12

def cputs(message)
    CPuts::Functions.cputs(message, caller)
end