class Fixnum

Public Instance Methods

bar() click to toggle source
# File lib/gas-blender.rb, line 37
def bar
  GasBlender::Bar.new(self)
end
ean() click to toggle source
# File lib/gas-blender.rb, line 43
def ean
  GasBlender::Mix.new(self / 100.0)
end
feet() click to toggle source
# File lib/gas-blender.rb, line 46
def feet
  GasBlender::Feet.new(self)
end
meters() click to toggle source
# File lib/gas-blender.rb, line 49
def meters
  GasBlender::Meter.new(self)
end
psi() click to toggle source
# File lib/gas-blender.rb, line 40
def psi
  GasBlender::PSI.new(self)
end