Sha256: 880777c5e56a1e5f8b260f516a9af5774f2390f547d3a5f07380ec7ff64da013

Contents?: true

Size: 691 Bytes

Versions: 3

Compression:

Stored size: 691 Bytes

Contents

module Steep
  class Project
    class Target
      attr_reader name: untyped

      attr_reader options: untyped

      attr_reader source_pattern: untyped

      attr_reader signature_pattern: untyped

      attr_reader code_diagnostics_config: untyped

      def initialize: (name: untyped, options: untyped, source_pattern: untyped, signature_pattern: untyped, code_diagnostics_config: untyped) -> void

      def possible_source_file?: (untyped path) -> untyped

      def possible_signature_file?: (untyped path) -> untyped

      def new_env_loader: (project: untyped) -> untyped

      def self.construct_env_loader: (options: untyped, project: untyped) -> untyped
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
steep-1.1.1 sig/steep/project/target.rbs
steep-1.1.0 sig/steep/project/target.rbs
steep-1.1.0.pre.1 sig/steep/project/target.rbs