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