class ACIrb::TagInst

Public Instance Methods

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