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:
=

インストール:
=

バージョン履歴:

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

Development依存関係 (2):

pry >= 0
rspec >= 0

所有者:

作者:

  • Adam Stasio

SHA 256チェックサム:

=

累計ダウンロード数 7,304

このバージョンのみ 2,978

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.0.0

リンク: