meta.rb

Path: lib/scruffy/helpers/meta.rb
Last Update: Thu Mar 15 12:11:53 +0000 2012

module Scruffy::Helpers::MetaAttributes

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

end

[Validate]