Class: Delorean::Self

Inherits:
SNode
  • Object
show all
Defined in:
lib/delorean/nodes.rb

Overview

_ is self – a naive implementation of “self” for now.

Instance Method Summary collapse

Instance Method Details

#check(_context) ⇒ Object



299
300
301
# File 'lib/delorean/nodes.rb', line 299

def check(_context, *)
  []
end

#rewrite(_context) ⇒ Object



303
304
305
# File 'lib/delorean/nodes.rb', line 303

def rewrite(_context)
  '_sanitize_hash(_e)'
end