Class: Burn::Pxes::CrubyTranspiler

Inherits:
TranspilerBase show all
Defined in:
lib/burn/pxes/cruby_transpiler.rb

Instance Attribute Summary

Attributes inherited from TranspilerBase

#sexp

Instance Method Summary collapse

Methods inherited from TranspilerBase

#initialize

Methods included from Debug

#log

Constructor Details

This class inherits a constructor from Burn::Pxes::TranspilerBase

Instance Method Details

#to_rbObject



5
6
7
# File 'lib/burn/pxes/cruby_transpiler.rb', line 5

def to_rb
  parse_sexp(@sexp)
end