Class: Module

Inherits:
Object show all
Includes:
Attributes
Defined in:
lib/bj/attributes.rb

Overview

class Object

def attributes *a, &b
  sc = 
    class << self
      self
    end
  sc.attributes *a, &b
end
%w( __attributes__ __attribute__ attribute ).each{|dst| alias_method dst, 'attributes'}

end

Constant Summary

Constants included from Attributes

Attributes::VERSION

Method Summary

Methods included from Attributes

#attributes, version