Method: Api::DebugBox#to_json
- Defined in:
- lib/sc2ai/protocol/debug_pb.rb
#to_json(as_json_options = {}) ⇒ Object
6893 6894 6895 6896 |
# File 'lib/sc2ai/protocol/debug_pb.rb', line 6893 def to_json( = {}) require "json" JSON.dump(as_json()) end |