class ACIrb::TagAliasDelInst

Public Instance Methods

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