module Mascherari

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/mascherari.rb, line 6
def self.included(base)
  base.extend AttrMasked
end