module Clarion::Counters

Public Class Methods

find(name) click to toggle source
# File lib/clarion/counters.rb, line 5
def self.find(name)
  ConstFinder.find(self, 'clarion/counters', name)
end