Sha256: 3c1d759e916e2f75386398d138407f4dc54e63d5760a58dc2fe27976f8667a69
Contents?: true
Size: 241 Bytes
Versions: 7
Compression:
Stored size: 241 Bytes
Contents
require 'generators/hobo_support/model' module Generators module Hobo Model = classy_module do include Generators::HoboSupport::Model def generate_hint_file invoke 'hobo:hints', [name] end end end end
Version data entries
7 entries across 7 versions & 1 rubygems