Sha256: f480146c319a82cffc4d219c879776730f65e1b93f9605674efec0302c413197
Contents?: true
Size: 270 Bytes
Versions: 11
Compression:
Stored size: 270 Bytes
Contents
module Parser module AST class Node < ::AST::Node attr_reader :location alias loc location def assign_properties(properties) if (location = properties[:location]) @location = location end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems