Class: Idl::IdAst
Instance Method Summary collapse
Instance Method Details
#to_udb_h(symtab) ⇒ UdbHashType
76 77 78 79 80 81 82 83 |
# File 'lib/udb/idl/condition_to_udb.rb', line 76 def to_udb_h(symtab) { "param" => { "name" => name, "equal" => true } } end |