meta.rb

Path: lib/scruffy/helpers/meta.rb
Last Update: Thu Apr 18 14:27:05 +0000 2013

module Scruffy::Helpers::MetaAttributes

    def singleton_class
      (class << self; self; end)
    end

end

[Validate]