Method: CodeWeb::TextReport#initialize
- Defined in:
- lib/code_web/text_report.rb
#initialize(method_calls, class_map = {}, arg_regex = nil, out = STDOUT, options = {}) ⇒ TextReport
Returns a new instance of TextReport.
11 12 13 14 15 16 17 |
# File 'lib/code_web/text_report.rb', line 11 def initialize(method_calls, class_map={}, arg_regex=nil, out=STDOUT, = {}) @method_calls = method_calls @arg_regex = arg_regex @base_url = [:base_url] @url_and_file = [:url_and_file] @out = out end |