Class: DtkCommon::DSL::ErrorUsage::DSLParsing

Inherits:
DtkCommon::DSL::ErrorUsage show all
Defined in:
lib/dsl/file_parser.rb

Direct Known Subclasses

JSONParsing

Defined Under Namespace

Classes: JSONParsing

Instance Method Summary collapse

Constructor Details

#initialize(base_error_msg, file_path_or_opts = nil) ⇒ DSLParsing

Returns a new instance of DSLParsing.



198
199
200
201
# File 'lib/dsl/file_parser.rb', line 198

def initialize(base_error_msg,file_path_or_opts=nil)
  file_path,opts = file_path_and_opts(file_path_or_opts)
  super(local_method_err_msg(base_error_msg,file_path),opts)
end