module CustomReport

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/custom_report.rb, line 11
def self.setup
  yield self
end