diff options
-rw-r--r-- | lib/Matrix/Response.pm6 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Matrix/Response.pm6 b/lib/Matrix/Response.pm6 index 48fd66a..f51314b 100644 --- a/lib/Matrix/Response.pm6 +++ b/lib/Matrix/Response.pm6 @@ -5,10 +5,6 @@ unit module Matrix::Response; class Matrix::Response::Event { has %.content; has $.type is required; - - method gist(--> Str) { - "Event<$.type>" - } } class Matrix::Response::RoomEvent is Matrix::Response::Event { |