Sha256: 35419ecf1ba7aca0cd56ab0c275074ea8388d622936076ce87926d2c2ba1a100
Contents?: true
Size: 273 Bytes
Versions: 10
Compression:
Stored size: 273 Bytes
Contents
content = "# Generated from https://github.com/wuminzhe/abi_coder_rb\n" Dir["./lib/**/*.rb"].each do |f| File.open(f, "r").each_line do |line| content += line unless line.include?("require") || line.strip.start_with?("#") || line.strip.empty? end end puts content
Version data entries
10 entries across 10 versions & 1 rubygems