Method: Object#compile_to_ruby
- Defined in:
- lib/nydp/core_ext.rb
#compile_to_ruby(indent, srcs, opts = nil) ⇒ Object
11 |
# File 'lib/nydp/core_ext.rb', line 11 def compile_to_ruby indent, srcs, opts=nil ; "#{indent}#{inspect}" ; end |