Sha256: 4249ba58dcc9ea4e3528731cfc983687c5bd168bf8182adcc33675a58ce97456
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
# Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved. This # code is released under a tri EPL/GPL/LGPL license. You can use it, # redistribute it and/or modify it under the terms of the: # # Eclipse Public License version 1.0 # GNU General Public License version 2 # GNU Lesser General Public License version 2.1 module Bench class Benchmark attr_reader :name attr_reader :file attr_reader :flags def initialize(name, file, flags) @name = name @file = file @flags = flags end def to_s @name end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bench9000-0.1 | lib/bench9000/benchmark.rb |