class String
Public Instance Methods
to_heading(num)
click to toggle source
# File lib/confluency/string.rb, line 2 def to_heading(num) "<h#{num.to_s}>#{self}</h#{num.to_s}>" end
# File lib/confluency/string.rb, line 2 def to_heading(num) "<h#{num.to_s}>#{self}</h#{num.to_s}>" end