Sha256: e5288f13d33d64c7d1a5022cef59ba10c85df732308380b7a8846322e35199a4
Contents?: true
Size: 235 Bytes
Versions: 70
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true class Code class Parser class Nothing < Language def nothing_keyword str("nothing") end def root nothing_keyword.aka(:nothing) | Group end end end end
Version data entries
70 entries across 70 versions & 1 rubygems