Sha256: 599aa2c4aec2ee0bd74844e08715a5378a4394ba63e06590e230e591d55554dc
Contents?: true
Size: 338 Bytes
Versions: 90
Compression:
Stored size: 338 Bytes
Contents
# frozen_string_literal: true require 'irb/completion' require 'irb/ext/save-history' <%# https://docs.ruby-lang.org/en/2.2.0/IRB.html %> IRB.conf[:SAVE_HISTORY] = 1000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-history" IRB.conf[:PROMPT_MODE] = :SIMPLE <% if uses?(:factory_bot) -%> include FactoryBot::Syntax::Methods <% end -%>
Version data entries
90 entries across 90 versions & 1 rubygems