Method: SPQR::MethodMeta#types_in

Defined in:
lib/spqr/manageable.rb

#types_inObject



71
72
73
# File 'lib/spqr/manageable.rb', line 71

def types_in
  self.args.select {|arg| arg.direction == :in or arg.direction == :inout}.collect{|arg| arg.kind.to_s}
end