Sha256: 06096f4d598972efe7367a5b36ebd4b2e85481a1d7ff4394173e1352a5277363

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

module Steep
  module Services
    class FileLoader
      attr_reader base_dir: untyped

      def initialize: (base_dir: untyped) -> void

      def each_path_in_patterns: (untyped pattern, ?untyped commandline_patterns) { (untyped) -> untyped } -> untyped

      def load_changes: (untyped pattern, ?untyped command_line_patterns, changes: untyped) -> untyped
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
steep-1.1.1 sig/steep/services/file_loader.rbs
steep-1.1.0 sig/steep/services/file_loader.rbs
steep-1.1.0.pre.1 sig/steep/services/file_loader.rbs