Sha256: b38c04f6377fe72a9722c7643ad8ebd875abf506846bd26262180158483bd277

Contents?: true

Size: 389 Bytes

Versions: 42

Compression:

Stored size: 389 Bytes

Contents

module BenchScript

  def BenchScript.build
    return Thing.new{ | bt |
      bt.new_thing("thing") { | t |
        t.new_stuff.kind = "stuff1"
        t.new_description{ | d |
          d.kind = "desc1"
          d << "hello "
          d.new_emph.content = "there"
          d << "! How "
          d.new_emph.content = "are"
          d << " you?"
        }
      }
    }
  end
end



Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
hutch-xamplr-1.0.0 lib/xamplr/bench-script.rb
hutch-xamplr-1.0.1 lib/xamplr/bench-script.rb
hutch-xamplr-1.0.2 lib/xamplr/bench-script.rb
hutch-xamplr-1.0.3 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.0.4 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.0.5 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.1.0 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.1.1 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.1.2 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.1.4 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.2.0 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.0 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.1 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.10 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.11 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.12 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.13 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.14 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.3 lib/xamplr/test-support/bench-script.rb
hutch-xamplr-1.3.8 lib/xamplr/test-support/bench-script.rb