Sha256: 358016bb4413bb85deca6d641cdc87cb9f5a11879a0e326aaed67a6efbd5a1ff
Contents?: true
Size: 227 Bytes
Versions: 2
Compression:
Stored size: 227 Bytes
Contents
module Qrb module Syntax module Attribute def compile(factory) factory.attribute(attribute_name.to_sym, type.compile(factory)) end end # module BuiltinType end # module Syntax end # module Qrb
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qrb-0.2.0 | lib/qrb/syntax/attribute.rb |
qrb-0.1.0 | lib/qrb/syntax/attribute.rb |