Method: Jreport::Assembler#initialize
- Defined in:
- lib/jreport/assembler.rb
#initialize(report_name) ⇒ Assembler
Returns a new instance of Assembler.
8 9 10 11 12 |
# File 'lib/jreport/assembler.rb', line 8 def initialize(report_name) @root=`pwd`.chomp @_report=report_name @report=report_name.split('_').map{|x| x.capitalize}.join end |