80 81 82 83 84 85 86 87
# File 'lib/opal/d3/quadtree.rb', line 80 def y(&block) if block_given? @native.JS.y(block) self else @native.JS.y end end