Sha256: 60fefdfb2302721031f9cf2f339989b4542c9c69614b7a26af99d689e73af4f3

Contents?: true

Size: 263 Bytes

Versions: 3

Compression:

Stored size: 263 Bytes

Contents

require File.dirname(__FILE__) + "/../lib/simply"

TIMES = 1000

TIMES.times do
  Simply do
    html do
      head do
        title "happy title"
      end
  
      body do
        h1 "happy heading"
        a "a link", :href => "url"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
smtlaissezfaire-simply-0.2.1 profiling/run_static.rb
simply-0.2.3 profiling/run_static.rb
simply-0.1.3 profiling/run_static.rb