class Nydp::Builtin::SetIntersection

Public Instance Methods

builtin_call(*args) click to toggle source
# File lib/nydp/builtin/set_intersection.rb, line 4
def builtin_call *args
  args.reduce(&:&)._nydp_wrapper
end