Sha256: 6b49a2bedf994933249d8387bdfdb689dda670d2d242fca43bc638be516a976d
Contents?: true
Size: 285 Bytes
Versions: 72
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Formatted Gem Entry allows some control over gem entries into the Gemfile class FormattedGemEntry < Rails::Generators::AppBase::GemfileEntry def to_s return "\n#{super}" if comment super end end end
Version data entries
72 entries across 72 versions & 1 rubygems