Class: Module

Inherits:
Object show all
Includes:
ReportPrint::Api
Defined in:
lib/report_print/core_extensions.rb

Instance Method Summary collapse

Methods included from ReportPrint::Api

#report_print_inspect!, #report_print_options

Instance Method Details

#report_print(rp) ⇒ Object



4
5
6
# File 'lib/report_print/core_extensions.rb', line 4

def report_print(rp)
  rp.write(short_class_name, color: :bright_yellow)
end