Sha256: bfd2b2f3d5e3537f493bf08ebdeca8c72121aab8a6a1b5c097aca86c779caf69
Contents?: true
Size: 322 Bytes
Versions: 10
Compression:
Stored size: 322 Bytes
Contents
# frozen_string_literal: true require "annotate_rb" module AnnotateRb module Generators class HookGenerator < ::Rails::Generators::Base source_root File.expand_path("templates", __dir__) def copy_hook_file copy_file "annotate_rb.rake", "lib/tasks/annotate_rb.rake" end end end end
Version data entries
10 entries across 10 versions & 1 rubygems