class Blogdoor::Client
Public Instance Methods
notify()
click to toggle source
# File lib/blogdoor/client.rb, line 5 def notify begin client = Net::HTTP.new("localhost", 5678) client.post("/", "") rescue end end