Class: Object::WithBenchmark::Etest::DL

Inherits:
Object
  • Object
show all
Defined in:
lib/vex/base/object/with_benchmark.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#msgObject (readonly)

Returns the value of attribute msg.



94
95
96
# File 'lib/vex/base/object/with_benchmark.rb', line 94

def msg
  @msg
end

Instance Method Details

#warn(s) ⇒ Object



95
96
97
# File 'lib/vex/base/object/with_benchmark.rb', line 95

def warn(s); 
  @msg = s
end