# 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