Sha256: 3373332d9a030523529d42015670c7ec2884176ad9c37fa450d50bd3f711684a
Contents?: true
Size: 324 Bytes
Versions: 8
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module Gemsmith module Skeletons # Configures Pry debugging support. class PrySkeleton < BaseSkeleton def create return unless configuration.create_pry? cli.template "%gem_name%/spec/support/extensions/pry.rb.tt", configuration.to_h end end end end
Version data entries
8 entries across 8 versions & 1 rubygems