Sha256: 21e5af78f1f027477ef61ceb5f5cae26003b6c54324438b49df30d3d3c3624e2
Contents?: true
Size: 1.22 KB
Versions: 12
Compression:
Stored size: 1.22 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: included:@docstringIC:YARD::Docstring"¬call_seq: included When the +Precision+ module is mixed-in to a class, this +included+ method is used to add our default +induced_from+ implementation to the host class. :@objectu:YARD::StubProxyPrecision.included: @summary0: @all"call_seq: included When the +Precision+ module is mixed-in to a class, this +included+ method is used to add our default +induced_from+ implementation to the host class. :@ref_tags[ : @tags[ :@current_file_has_commentsF:@scope: class:@parameters[ :@docstring_extra0:@files[["prec.c0:@namespaceu;Precision: @path"Precision.included;[ :@visibility:public:@source"/* * call_seq: * included * * When the +Precision+ module is mixed-in to a class, this +included+ * method is used to add our default +induced_from+ implementation * to the host class. */ static VALUE prec_included(module, include) VALUE module, include; { switch (TYPE(include)) { case T_CLASS: case T_MODULE: break; default: Check_Type(include, T_CLASS); break; } rb_define_singleton_method(include, "induced_from", prec_induced_from, 1); return module; }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems