Profile

金具✅

45391 posts 614 follows 441 followers

アイコンは @akkiesoft 氏作

https://mstdn.kanagu.info/@cobodo
金具✅ 金具✅ reblogged at 7 years ago

あっきぃ akkiesoft@social.mikutter.hachune.net

diff --git a/core/plugin/twitter/model/world.rb b/core/plugin/twitter/model/world.rb
index 368111ba..6537dd5b 100644
--- a/core/plugin/twitter/model/world.rb
+++ b/core/plugin/twitter/model/world.rb
@@ -244,5 +244,9 @@ module Plugin::Twitter
"#{res.code} #{res.body}"
end
end
+
+ def respond_to_missing?(method_name, include_all = false)
+ twitter.respond_to?(method_name, include_all)
+ end
end
end