Sha256: aafdbdc1692ab40ee8c4ee5108adff41565711d0a61f16317c1327a1239e4c3d
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
$LOAD_PATH.unshift "../lib" require 'rubygems' if RUBY_VERSION < "1.9" require 'wee' class HelloWorld < Wee::RootComponent def render(r) r.h1 "Hello World from Wee!" end end Wee.run(HelloWorld) if __FILE__ == $0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mullen-wee-2.2.0 | examples/hw.rb |