Sha256: 3cf707e6699ccedc00118c0a95006aebe42f50937aa47f17f55b7cd55d4a2e0b
Contents?: true
Size: 165 Bytes
Versions: 375
Compression:
Stored size: 165 Bytes
Contents
#!/usr/bin/env ruby require 'json/editor' filename, encoding = ARGV JSON::Editor.start(encoding) do |window| if filename window.file_open(filename) end end
Version data entries
375 entries across 337 versions & 20 rubygems