Class: Borrower::Merge
- Inherits:
-
Object
- Object
- Borrower::Merge
- Defined in:
- lib/borrower/merge.rb
Defined Under Namespace
Modules: CommentSymbol
Instance Method Summary collapse
-
#initialize(content, options = {}) ⇒ Merge
constructor
A new instance of Merge.
- #output ⇒ Object
Constructor Details
#initialize(content, options = {}) ⇒ Merge
Returns a new instance of Merge.
4 5 6 7 |
# File 'lib/borrower/merge.rb', line 4 def initialize content, ={} @content = content @comment_symbol = pick_comment_symbol end |
Instance Method Details
#output ⇒ Object
9 10 11 |
# File 'lib/borrower/merge.rb', line 9 def output merge_borrow_statements end |