Arie/serveme

View on GitHub
sorbet/rbi/dsl/active_support/testing/file_fixtures.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ActiveSupport::Testing::FileFixtures`.
# Please instead update this file by running `bin/tapioca dsl ActiveSupport::Testing::FileFixtures`.

module ActiveSupport::Testing::FileFixtures
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

  module GeneratedClassMethods
    def file_fixture_path; end
    def file_fixture_path=(value); end
    def file_fixture_path?; end
  end

  module GeneratedInstanceMethods
    def file_fixture_path; end
    def file_fixture_path?; end
  end
end