Class: Prosody::NativePublishedValue

Inherits:
Object
  • Object
show all
Defined in:
lib/prosody/native_stubs.rb,
sig/state.rbs

Instance Method Summary collapse

Instance Method Details

#get(key) ⇒ json_value?

Parameters:

  • key (String)

Returns:

  • (json_value, nil)

Raises:

  • (NotImplementedError)


878
879
880
# File 'lib/prosody/native_stubs.rb', line 878

def get(key)
  raise NotImplementedError, "This method is implemented natively in Rust"
end