Skip to content

Instantly share code, notes, and snippets.

View 8th-Light-Blog's full-sized avatar

8th-Light-Blog

View GitHub Profile
@8th-Light-Blog
8th-Light-Blog / starbucks.rb
Created August 11, 2011 19:21
Ruby DSL Blocks
module Starbucks
def self.order(&block)
order = Order.new
order.instance_eval(&block)
return order.drinks
end
class Order
Blog Title: Clojure Libs and Namespaces: require, use, import, and ns (Part 3)
Author: Colin Jones
Date: December 5th, 2010
Blog Title: That's not in my String!
Author: Colin Jones
Date: February 2nd, 2011
Blog Title: Clojure Libs and Namespaces: require, use, import, and ns (Part 2)
Author: Colin Jones
Date: December 5th, 2010
Blog Title: Clojure Libs and Namespaces: require, use, import, and ns (Part 1)
Author: Colin Jones
Date: December 5th, 2010
Blog Title: A Leiningen Tutorial (Part 2)
Author: Colin Jones
Date: November 26th, 2010
Blog Title: A Leiningen Tutorial (Part 1)
Author: Colin Jones
Date: November 26th, 2010
Blog Title: Limelight Tutorial: Tic Tac Toe Example (Part 5)
Author: Paul Pagel
Date: September 29th, 2008
Blog Title: Limelight Tutorial: Tic Tac Toe Example (Part 4)
Author: Paul Pagel
Date: September 29th, 2008
Blog Title: Limelight Tutorial: Tic Tac Toe Example (Part 3)
Author: Paul Pagel
Date: September 29th, 2008