class HS::Paragraph

Public Instance Methods

tag_name() click to toggle source
# File lib/hs/elements/paragraph.rb, line 5
def tag_name
  'p'
end