Sha256: 6ef21d2650603970c0314a3e2fc1ae4dd64806354b2ffa7317aab9e75de7c8e8
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
module Alf module Tools # Myrrha rules for converting to ruby literals ToRubyLiteral = Myrrha::ToRubyLiteral.dup.append do end # Delegated to ToRubyLiteral def to_ruby_literal(value) ToRubyLiteral.apply(value) end end # module Tools end # module Alf
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alf-0.10.1 | lib/alf/tools/to_ruby_literal.rb |
alf-0.10.0 | lib/alf/tools/to_ruby_literal.rb |