Module: I18nDefScanner::YAML::Nodes::ToRubyOverride
- Defined in:
- lib/i18n_def_scanner/yaml.rb
Instance Method Summary collapse
Instance Method Details
#to_ruby ⇒ Object
42 43 44 |
# File 'lib/i18n_def_scanner/yaml.rb', line 42 def to_ruby YAML::Visitors::ToRuby.create.accept(self) end |