module Rubyfocus::IDRef

Public Class Methods

included(mod) click to toggle source
# File lib/rubyfocus/includes/idref.rb, line 25
def self.included(mod)
        mod.extend ClassMethods
end