meta.rb

Path: lib/scruffy/helpers/meta.rb
Last Update: Thu Jan 06 04:44:42 +0000 2011

module Scruffy::Helpers::MetaAttributes

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

end

[Validate]