Method: XRay::JS::Expression#left_hand?

Defined in:
lib/js/struct.rb

#left_hand?Boolean

Returns:

  • (Boolean)


198
199
200
# File 'lib/js/struct.rb', line 198

def left_hand?
  @left_hand || false
end