Method: Sourcify::Proc::Parser#source
- Defined in:
- lib/sourcify/lib/sourcify/proc/parser.rb
#source(opts) ⇒ Object
16 17 18 |
# File 'lib/sourcify/lib/sourcify/proc/parser.rb', line 16 def source(opts) (@sources ||= {})[opts.hash] ||= Converter.to_code(sexp(opts)) end |