Method: Cure::Dsl::SourceFiles::SourceFile#initialize
- Defined in:
- lib/cure/dsl/source_files.rb
#initialize(type, value, ref_name) ⇒ SourceFile
Returns a new instance of SourceFile.
28 29 30 31 32 |
# File 'lib/cure/dsl/source_files.rb', line 28 def initialize(type, value, ref_name) @type = type @value = value @ref_name = ref_name end |