class ACIrb::ReplDelObj

Public Instance Methods

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