Method: SPQR::MethodMeta#types_out
- Defined in:
- lib/spqr/manageable.rb
#types_out ⇒ Object
75 76 77 |
# File 'lib/spqr/manageable.rb', line 75 def types_out self.args.select {|arg| arg.direction == :inout or arg.direction == :out}.collect{|arg| arg.kind.to_s} end |