Class: Java::OrgJrubyExtJvyaml::JRubyRepresenter

Inherits:
Object
  • Object
show all
Defined in:
lib/jvyaml.rb

Instance Method Summary collapse

Instance Method Details

#kind_of?(other) ⇒ Boolean

Returns:

  • (Boolean)


7
8
9
10
11
12
13
# File 'lib/jvyaml.rb', line 7

def kind_of?(other)
  if other == JvYAML::Emitter
    return true
  else
    super
  end
end