Class: Origen::Utility::FileDiff::OutputFile
- Defined in:
- lib/origen/utility/file_diff.rb
Defined Under Namespace
Classes: Line
Instance Method Summary collapse
Methods inherited from Array
#dups, #dups?, #dups_with_index, #ids, #include_hash?, #include_hash_with_key?
Instance Method Details
#add_line(type, input_file = nil) ⇒ Object
[View source]
39 40 41 |
# File 'lib/origen/utility/file_diff.rb', line 39 def add_line(type, input_file = nil) push(Line.new(type, input_file)) end |