module Omniboard::Property

Public Class Methods

included(mod) click to toggle source
# File lib/omniboard/property.rb, line 50
def self.included mod
        mod.extend PropertyClassMethods
end