Class: I18nDefScanner::YAML::Handlers::DocumentStream

Inherits:
YAML::Handlers::DocumentStream
  • Object
show all
Defined in:
lib/i18n_def_scanner/yaml.rb

Instance Method Summary collapse

Instance Method Details

#start_document(version, tag_directives, implicit) ⇒ Object



33
34
35
36
# File 'lib/i18n_def_scanner/yaml.rb', line 33

def start_document(version, tag_directives, implicit)
  n = YAML::Nodes::Document.new(version, tag_directives, implicit)
  push(n)
end