Class: BV

Inherits:
LV show all
Defined in:
lib/rulp/lv.rb

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

#const

Class Method Summary collapse

Methods inherited from LV

#*, #+, #-, #-@, definition, #inspect, #meth, #suffix, #to_proc, #value?

Methods included from Rulp::Initializers

included, #initialize, #to_s

Methods included from Rulp::Bounds

#<, #<=, #==, #>, #>=, #bounds, #coerce, #coerced?, #nocoerce, #relative_constraint

Class Method Details

.suffixObject



81
82
83
# File 'lib/rulp/lv.rb', line 81

def self.suffix
  ENV['RULP_BV_SUFFIX'] || "b"
end