From e31551dfe5d2af70add8ee5f5605f845e0dd6049 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 3 Jun 2018 11:00:42 -0300 Subject: Remove gist method for now --- lib/Matrix/Response.pm6 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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 { -- cgit v1.2.3-54-g00ecf