class ACIrb::CompDom

Public Instance Methods

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