176018 posts 187 follows 965 followers
Ejectコマンドユーザー会/Japanese Raspberry Pi UG/ミクだよ/松屋の卵浮かした
♨︎末代: @akkeisoft
♨︎Pawoo: @akkiesoft
♨︎こくだハイク: @akkiesoft
※ブーストをIFTTTでTwitterに転送するアカウントはブロブロ解除します
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