Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 153 Bytes

define-report-method.md

File metadata and controls

12 lines (7 loc) · 153 Bytes

Define Report Method

Report Method is a method which process the Table generate

def sports_report
  
  ExampleTable.to_table(size)
end