module Iro::Formatter::HTMLFormatter::ConvertedHighlight

Public Instance Methods

column() click to toggle source
# File lib/iro/formatter/html_formatter.rb, line 8
def column() self[2]-1 end
group() click to toggle source
# File lib/iro/formatter/html_formatter.rb, line 6
def group()  self[0] end
length() click to toggle source
# File lib/iro/formatter/html_formatter.rb, line 9
def length() self[3] end
line() click to toggle source
# File lib/iro/formatter/html_formatter.rb, line 7
def line()   self[1]-1 end