Sha256: f919c9edf1b80dffab3128cbb354375680dbb67560a5b27b9b08eb267fdfd993
Contents?: true
Size: 330 Bytes
Versions: 10
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true require "annotate_rb" module AnnotateRb module Generators class ConfigGenerator < ::Rails::Generators::Base def generate_config create_file ::AnnotateRb::ConfigFinder::DOTFILE do ::AnnotateRb::ConfigGenerator.default_config_yml end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems