Sha256: d032315bf154392ed80a1d6e579f25118153796383601a90ea889662e0f3c5f0
Contents?: true
Size: 178 Bytes
Versions: 100
Compression:
Stored size: 178 Bytes
Contents
#!/usr/bin/env ruby $KCODE = 'U' require 'json/editor' filename, encoding = ARGV JSON::Editor.start(encoding) do |window| if filename window.file_open(filename) end end
Version data entries
100 entries across 94 versions & 17 rubygems