RubyGems Navigation menu

bossy 0.0.5

This gem provides a way to easily specify methods that an object must implement, as well as a way to validate that required methods exist. In addition, you can specify additional information about the interface of your object that can be used to produce documentation. Specifically you can specify the return type of your methods, as well as the method's arguments and argument return types. The data types are not enforced, but can be viewed by running `MyClass.interface.print`.

Gemfile:
=

install:
=

Versions:

  1. 0.0.5 November 17, 2016 (5.5 KB)
  2. 0.0.4 November 17, 2016 (5 KB)
  3. 0.0.3 November 17, 2016 (5 KB)

Development Dependencies (2):

pry >= 0
rspec >= 0

Owners:

Authors:

  • Adam Stasio

SHA 256 checksum:

=

Total downloads 7,306

For this version 2,979

Version Released:

License:

MIT

Required Ruby Version: >= 2.0.0

Links: