Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created June 27, 2010 02:57
Show Gist options
  • Save bmizerany/454586 to your computer and use it in GitHub Desktop.
Save bmizerany/454586 to your computer and use it in GitHub Desktop.
# MainWindow.rb
# Bombastic
#
# Created by Blake Mizerany on 6/26/10.
# Copyright 2010 __MyCompanyName__. All rights reserved.
require 'rest'
class MainController
attr_writer :button
def clicked(sender)
Rest.get "http://google.com" do |data|
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment