aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Matrix/Response.pm64
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 {