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

Version Path
abi_coder_rb-0.2.9 flatten.rb
abi_coder_rb-0.2.8 flatten.rb
abi_coder_rb-0.2.7 flatten.rb
abi_coder_rb-0.2.6 flatten.rb
abi_coder_rb-0.2.5 flatten.rb
abi_coder_rb-0.2.4 flatten.rb
abi_coder_rb-0.2.3 flatten.rb
abi_coder_rb-0.2.2 flatten.rb
abi_coder_rb-0.2.1 flatten.rb
abi_coder_rb-0.2.0 flatten.rb