Sha256: 27b8907a00ad37a533f9ac4fecbfd7f31e0d82bf0574323f35e3304d3af14344

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

# 1.1.3

Add the ability to specify the return value on BlankSlate methods

# 1.1.2

Minor change to simplify the methods that are iterated when creating the BlankSlate class.

# 1.1.1

1.1.0 used method_defined? which has an arity of 2 in Ruby 2.6 but 1 in previous rubies.
This was changed to check instance_methods(false)

# 1.1.0

Make BlankSlate a shallow copy of a class. Ancestor methods are preserved.

# 1.0.0

Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blank_slate-1.1.3 CHANGELOG.md