Class: BV
Constant Summary
Constants included from Rulp::Bounds
Rulp::Bounds::DIRS, Rulp::Bounds::DIRS_REVERSED
Instance Attribute Summary
Attributes inherited from LV
#args, #gt, #gte, #lt, #lte, #name, #value
Attributes included from Rulp::Bounds
Class Method Summary collapse
Methods inherited from LV
#*, #+, #-, #-@, definition, #inspect, #meth, #suffix, #to_proc, #value?
Methods included from Rulp::Initializers
Methods included from Rulp::Bounds
#<, #<=, #==, #>, #>=, #bounds, #coerce, #coerced?, #nocoerce, #relative_constraint
Class Method Details
.suffix ⇒ Object
81 82 83 |
# File 'lib/rulp/lv.rb', line 81 def self.suffix ENV['RULP_BV_SUFFIX'] || "b" end |