DEBSOURCES
Skip Quicknav
sources / ruby-factory-bot-rails / 6.4.2-1 / lib / factory_bot_rails / generators / null_generator.rb
1234567891011
module FactoryBotRails module Generators class NullGenerator def initialize(*) end def run end end end end