class ACIrb::TagDef

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/tag.rb, line 193
def rn
  'tag-' << @attributes['name'] << ''
end