Method: Api::PortSet#to_json
- Defined in:
- lib/sc2ai/protocol/sc2api_pb.rb
#to_json(as_json_options = {}) ⇒ Object
14434 14435 14436 14437 |
# File 'lib/sc2ai/protocol/sc2api_pb.rb', line 14434 def to_json( = {}) require "json" JSON.dump(as_json()) end |