class Unparser::Buffer
Public Instance Methods
current_line()
click to toggle source
# File lib/tweezer/unparser/buffer.rb, line 3 def current_line content.count("\n") + 1 end
# File lib/tweezer/unparser/buffer.rb, line 3 def current_line content.count("\n") + 1 end