class ACIrb::PlannerLeaf

Public Instance Methods

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