RubyGems Navigation menu

metaruby 1.0.0.rc1

This page will describe the various functionality that metaruby provides to help modelling in Ruby. This page will reuse one of the most overused example of modelling: a car and colors. ## Models Using MetaRuby, models can either be represented by Ruby classes or by Ruby modules. You use the first one when you want to model something from which an object can be created, in our example: a car. You use the second for things that cannot be instanciated, but can be used as attributes of another object, in our example: a color.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 2.0.0 - March 28, 2018 (76.5KB)
  2. 1.0.0 - April 18, 2016 (73.5KB)
  3. 1.0.0.rc3 - December 08, 2015 (73.5KB)
  4. 1.0.0.rc2 - September 26, 2015 (66KB)
  5. 1.0.0.rc1 - June 13, 2015 (69KB)

Runtime依存性 (1):

utilrb >= 1.3.4

Development依存性 (3):

hoe ~> 3.13
hoe-yard >= 0.1.2
rake >= 0.8

オーナー:

作者:

  • Sylvain Joyeux

SHA 256チェックサム:

d1397fbbc1bc71c6e54cd3dc7f5980d246ef04bceb90179109c0a0b089d152c5

累計ダウンロード数 13,565

このバージョンのみ 1,809

ライセンス:

LGPLv3+

必要Rubyバージョン: >= 0

必要RubyGemsバージョン: > 1.3.1

リンク: