Method: KDomain::DomainModel::Load#initialize
- Defined in:
- lib/k_domain/domain_model/load.rb
#initialize(source_file) ⇒ Load
Returns a new instance of Load.
17 18 19 |
# File 'lib/k_domain/domain_model/load.rb', line 17 def initialize(source_file) @source_file = source_file end |