Skip to content

Instantly share code, notes, and snippets.

@dyoder
Created November 6, 2009 07:32
Show Gist options
  • Save dyoder/227798 to your computer and use it in GitHub Desktop.
Save dyoder/227798 to your computer and use it in GitHub Desktop.
require 'waves/foundations/compact'
module Foo
include Waves::Foundations::Compact
module Resources
class Server
on( true ) { "hello" }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment