module Orthor class Feed < Orthor::Object def fetch_content Orthorings.feed(@id) end end end