Method: Appsignal::Extension::Jruby::Data#set_boolean
- Defined in:
- lib/appsignal/extension/jruby.rb
#set_boolean(key, value) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
583 584 585 586 587 588 589 |
# File 'lib/appsignal/extension/jruby.rb', line 583 def set_boolean(key, value) Extension.appsignal_data_map_set_boolean( pointer, make_appsignal_string(key), value ) end |