Sha256: 4b55291b8c841fc4377dda3c7678bdf7acad64f296ddb39717181346e1623be2
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
module QbIif module Keywords ESCAPED_KEYWORDS = { _class: :class, _1099: :"1099" } def escaped(symbol) ESCAPED_KEYWORDS[symbol] || symbol end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
qb_iif-0.1.2 | lib/qb_iif/keywords.rb |
qb_iif-0.1.1 | lib/qb_iif/keywords.rb |
qb_iif-0.1.0 | lib/qb_iif/keywords.rb |