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, options = {})
  print_to_screen TableOutputter.new(table, options).to_s
end