Class: Delorean::Self
- 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
291 292 293 |
# File 'lib/delorean/nodes.rb', line 291 def check(_context, *) [] end |
#rewrite(_context) ⇒ Object
295 296 297 |
# File 'lib/delorean/nodes.rb', line 295 def rewrite(_context) '_sanitize_hash(_e)' end |