class Jpdfunite::Section

Private Instance Methods

own_mark(page, tabs) click to toggle source
# File lib/jpdfunite.rb, line 76
def own_mark(page, tabs)
  tabs = "\t" * tabs
  tabs << "#{@title}/#{page}"
end