Method: Textbringer::Mark#initialize

Defined in:
lib/textbringer/buffer.rb

#initialize(buffer, location) ⇒ Mark

Returns a new instance of Mark.



1596
1597
1598
1599
1600
# File 'lib/textbringer/buffer.rb', line 1596

def initialize(buffer, location)
  @buffer = buffer
  @file_name = nil
  @location = location
end