Method: MGit::Output#ptable
- Defined in:
- lib/mgit/output.rb
#ptable(table, options = {}) ⇒ Object
19 20 21 |
# File 'lib/mgit/output.rb', line 19 def ptable(table, = {}) print_to_screen TableOutputter.new(table, ).to_s end |
19 20 21 |
# File 'lib/mgit/output.rb', line 19 def ptable(table, = {}) print_to_screen TableOutputter.new(table, ).to_s end |