DEBSOURCES
Skip Quicknav
sources / ruby-file-validators / 3.0.0-2 / spec / support / helpers.rb
1234567
# frozen_string_literal: true module Helpers def fakeio(content = 'file', **options) FakeIO.new(content, **options) end end