Method: SchemaDev::Gem#substitute_keys

Defined in:
lib/schema_dev/gem.rb

#substitute_keysObject



109
110
111
112
113
114
# File 'lib/schema_dev/gem.rb', line 109

def substitute_keys
  gem_root.find.each do |path|
    next unless path.file?
    path.write subs(path.read)
  end
end