Sha256: c4c81fce436f062d3a37c9277d79e45cf6e4bcab0770ba9da580643ceb9b0579

Contents?: true

Size: 843 Bytes

Versions: 1

Compression:

Stored size: 843 Bytes

Contents

= Unextendable CHANGELOG

== Version 0.1.3 (May 2, 2011)

* Always returning boolean when calling object.meta_class?
* Corrected the arguments definition of instance.respond_to? (being able to pass include_private)

== Version 0.1.2 (May 2, 2011)

* Improved object_instance.unextend
* Created a single point of definition for determination to whether or not unextend a certain module
* Added object.meta_class? (aliased with singleton_class?)
* Fixed error raised when trying to wrap a non-existing object instance method
* Corrected respond_to? and raising NoMethodError when calling an unextended module method which wasn't defined in the object instance itself

== Version 0.1.1 (May 1, 2011)

* Being able to pass a block to 'unextend' and only unextending a module when the block passes

== Version 0.1.0 (May 1, 2011)

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unextendable-0.1.3 CHANGELOG.rdoc