class ACIrb::TagAliasDef

Public Instance Methods

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