From 47497bc640493ae7f9a7adc1f769ec6f0bb10689 Mon Sep 17 00:00:00 2001 From: izwick-schachter Date: Sat, 20 Jan 2018 11:59:45 -0500 Subject: [PATCH] Added alias for Comment#owner to be consistant with post --- lib/se/api/types/comment.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/se/api/types/comment.rb b/lib/se/api/types/comment.rb index 2a48e11..a46dfa0 100644 --- a/lib/se/api/types/comment.rb +++ b/lib/se/api/types/comment.rb @@ -19,6 +19,7 @@ def initialize(item_json) end alias_method :user, :author + alias_method :owner, :author end end end