method
new
v1_9_3_125 -
Show latest stable
- Class:
Psych::Visitors::ToRuby
new(ss = ScalarScanner.new)public
No documentation available.
# File ext/psych/lib/psych/visitors/to_ruby.rb, line 12
def initialize ss = ScalarScanner.new
super()
@st = {}
@ss = ss
@domain_types = Psych.domain_types
end