Sha256: 94e46904557babdc2e1cdc9848059c3c0aee0bcaa720a618918395e770ad09c3
Contents?: true
Size: 460 Bytes
Versions: 2
Compression:
Stored size: 460 Bytes
Contents
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Create an abstract method. If it is not overridden, it will raise a TypeError when called. - !ruby/struct:SM::Flow::VERB body: " class C\n abstract :a\n end\n\n c = C.new\n c.a #=> Error: undefined abstraction #a\n\n CREDIT: Trans\n" full_name: Module#abstract is_singleton: false name: abstract params: ( *sym ) visibility: public
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facets-2.4.2 | doc/ri/Module/abstract-i.yaml |
facets-2.4.3 | doc/ri/Module/abstract-i.yaml |