Sha256: 169e21bc1a571e88897cb3f82ac923da538a9419310d28b166b5035dacacca44
Contents?: true
Size: 217 Bytes
Versions: 3
Compression:
Stored size: 217 Bytes
Contents
module Moromi module Error module InformationBuildable def initialize(controller) raise NotImplementedError end def build raise NotImplementedError end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
moromi-error-0.5.0 | lib/moromi/error/information_buildable.rb |
moromi-error-0.4.0 | lib/moromi/error/information_buildable.rb |
moromi-error-0.3.0 | lib/moromi/error/information_buildable.rb |