class SNMPTableViewer::Formatter::Raw
Formatting class for raw output.
Public Instance Methods
output()
click to toggle source
Output the data (and headings if provided). @return [String] the raw data
# File lib/snmp_table_viewer/formatter/raw.rb, line 7 def output() data_with_headings.inspect end