Method: Transpec::Report#initialize
- Defined in:
- lib/transpec/report.rb
#initialize ⇒ Report
Returns a new instance of Report.
9 10 11 12 13 |
# File 'lib/transpec/report.rb', line 9 def initialize @records = [] @conversion_errors = [] @syntax_errors = [] end |