module I18nDefScanner::YAML::Nodes::ToRubyOverride

Public Instance Methods

to_ruby() click to toggle source
# File lib/i18n_def_scanner/yaml.rb, line 42
def to_ruby
  YAML::Visitors::ToRuby.create.accept(self)
end