class ACIrb::VizCounter

Public Instance Methods

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