Module: Kernel

Defined in:
lib/table_display.rb

Instance Method Summary collapse

Instance Method Details

#pt(target, *options) ⇒ Object



107
108
109
# File 'lib/table_display.rb', line 107

def pt(target, *options)
  puts target.respond_to?(:to_table_display) ? target.to_table_display(*options) : target
end