Method: ShowText#printer_puts
- Defined in:
- lib/show_text.rb
#printer_puts(printerdata) ⇒ Object
46 47 48 |
# File 'lib/show_text.rb', line 46 def printer_puts printerdata "Name: ".yellow + printerdata[0] + " " + "Type: ".yellow + printerdata[2] + " " + "IP: ".yellow + printerdata[1] + " " + "Desc: ".yellow + printerdata[3] end |