Sha256: 5dc1373eec7f2c0f94f44c198548136d42e36227ac43a1530f374f919aff4c11

Contents?: true

Size: 219 Bytes

Versions: 2

Compression:

Stored size: 219 Bytes

Contents

title "Hello, World!"

form {
  button "send"
}


col.c_1! {
  box {
    p.first!.hello { "Hiya" }
  }
}

col.c_2! {
  box {
    p.second!.hello.again { 
      border "1px solid #fff"
      "Hiya, again."
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
www_app-1.0.1 specs/lib/sample.rb
www_app-1.0.0 specs/lib/sample.rb