class << self
alias_method :new_do_thing, :old_do_thing
end
Now I know.
class << self
alias_method :new_do_thing, :old_do_thing
end
Now I know.
We recently added an automated posting feature to Ma.gnolia which uses XMLRPC and the MetaWeblog API to post a summary of a user’s bookmarks for a given time period to their blog. To implement the MetaWeblog client functionality we wrote a lightweight wrapper around Ruby’s XMLRPC::Client class.
After we released the feature to beta testing we […]
Technorati Profile