Sha256: 3b61bb55668359a7d8718aff44351c57072bce75f7c4a6992cfe41df26a9dbd6
Contents?: true
Size: 283 Bytes
Versions: 67
Compression:
Stored size: 283 Bytes
Contents
module Parser module Source class Map::Heredoc < Map attr_reader :heredoc_body attr_reader :heredoc_end def initialize(begin_l, body_l, end_l) @heredoc_body = body_l @heredoc_end = end_l super(begin_l) end end end end
Version data entries
67 entries across 67 versions & 5 rubygems