Sha256: 5bb0c0cd4158e8508521f7b13432ba003d970e3c00b14aa46f26f420f7d68b69
Contents?: true
Size: 613 Bytes
Versions: 2
Compression:
Stored size: 613 Bytes
Contents
--- !ruby/object:RI::MethodDescription aliases: - !ruby/object:RI::AliasName name: mixin_params block_params: comment: - !ruby/struct:SM::Flow::P body: Store for parametric mixin parameters. - !ruby/struct:SM::Flow::P body: Returns a hash, the keys of which are the parametric mixin module and the values are the parameters associacted with this module/class. - !ruby/struct:SM::Flow::VERB body: " class C\n include P(:x=>1)\n end\n\n C.mixin_parameters[P] #=> {:x=>1}\n" full_name: Module#mixin_parameters is_singleton: false name: mixin_parameters params: () visibility: public
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facets-2.4.2 | doc/ri/Module/mixin_parameters-i.yaml |
facets-2.4.3 | doc/ri/Module/mixin_parameters-i.yaml |