Sha256: 1f485db8a77ba0d4a2fe7d1e9080f7293ea689a5a3ea120f5b44e5a970112ed1
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
module ROM module Factory class FactoryNotDefinedError < StandardError def initialize(name) super("Factory +#{name}+ not defined") end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rom-factory-0.7.0 | lib/rom/factory/constants.rb |
rom-factory-0.6.0 | lib/rom/factory/constants.rb |