class ACIrb::SpanVSrc

Public Instance Methods

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