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
257 258 259 |
# File 'lib/aruba/platforms/unix_platform.rb', line 257 def simple_table(hash, opts = {}) SimpleTable.new(hash, opts).to_s end |