Instance Methods
#
lib/prism/node_ext.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/node_ext.rb, line 403
def operator
deprecated("binary_operator")
binary_operator
end
Returns the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator.
lib/prism/node_ext.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/node_ext.rb, line 410
def operator_loc
deprecated("binary_operator_loc")
binary_operator_loc
end
Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.