Sha256: 7565efef6dff4d4fe7c6caaf788d9e5f9d9b42af197393ba86c2a522b6b34982
Contents?: true
Size: 1.03 KB
Versions: 9
Compression:
Stored size: 1.03 KB
Contents
# THIS IS GENERATED CODE from `$ rake generate_self_sig` class Orthoses::Content::Environment def self.load_from_paths: (untyped paths) -> untyped def initialize: (?constant_filter: constant_filter?, ?mixin_filter: mixin_filter?, ?attribute_filter: attribute_filter?) -> void def <<: (RBS::AST::Declarations::t decl) -> RBS::Environment def write_to: (store: Orthoses::store) -> void def each: () { (Orthoses::Content) -> void } -> void # Avoid `RBS::GenericParameterMismatchError` from like rbs_prototype_rb # class Array # <= RBS::GenericParameterMismatchError # end private def avoid_generic_parameter_mismatch_error: () -> untyped private def decls_to_lines: (untyped decls) -> untyped type constant_filter = ^(RBS::AST::Declarations::Constant) -> boolish type mixin_filter = ^(RBS::AST::Members::Mixin) -> boolish type attribute_filter = ^(RBS::AST::Members::Attribute) -> boolish @env: RBS::Environment @constant_filter: constant_filter? @mixin_filter: mixin_filter? @attribute_filter: attribute_filter? end
Version data entries
9 entries across 9 versions & 1 rubygems