Class: JRuby::ScalaSupport::Map::Mutable

Inherits:
Object
  • Object
show all
Includes:
Common
Defined in:
lib/jruby/scala_support.rb

Instance Method Summary collapse

Methods included from Common

#[], #as_json, #each, #has_key?, #to_s

Instance Method Details

#[]=(key, value) ⇒ Object



121
122
123
# File 'lib/jruby/scala_support.rb', line 121

def []=(key, value)
  @raw.update(key, value.to_scala)
end