dyoder (owner)

Revisions

gist: 227798 Download_button fork
public
Public Clone URL: git://gist.github.com/227798.git
Embed All Files: show embed
foo.rb #
1
2
3
4
5
6
7
8
9
10
require 'waves/foundations/compact'
 
module Foo
  include Waves::Foundations::Compact
  module Resources
    class Server
      on( true ) { "hello" }
    end
  end
end