class ACIrb::MockCounter

Public Instance Methods

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