Class: Borrower::Merge

Inherits:
Object
  • Object
show all
Defined in:
lib/borrower/merge.rb

Defined Under Namespace

Modules: CommentSymbol

Instance Method Summary collapse

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, options={}
  @content = content
  @comment_symbol = pick_comment_symbol options
end

Instance Method Details

#outputObject



9
10
11
# File 'lib/borrower/merge.rb', line 9

def output
  merge_borrow_statements
end