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