Sha256: 096ffd4b50e9f041a0a2bff086d129772abbb59bf395fc6a662834c9d4b4dd9b
Contents?: true
Size: 220 Bytes
Versions: 4
Compression:
Stored size: 220 Bytes
Contents
module Analyst module Entities class Array < Entity handles_node :array private def contents @contents ||= ast.children.map { |child| process_node(child) } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
analyst-1.0.1 | lib/analyst/entities/array.rb |
analyst-1.0.0 | lib/analyst/entities/array.rb |
analyst-0.16.1 | lib/analyst/entities/array.rb |
analyst-0.15.0 | lib/analyst/entities/array.rb |