Method: Aruba::Platforms::UnixPlatform#simple_table

Defined in:
lib/aruba/platforms/unix_platform.rb

#simple_table(hash, opts = {}) ⇒ Object

Transform hash to a string table which can be output on stderr/stdout



223
224
225
# File 'lib/aruba/platforms/unix_platform.rb', line 223

def simple_table(hash, opts = {})
  SimpleTable.new(hash, opts).to_s
end