# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Stringer : interface_t {
  required method : string ($object : object);
}