Top Level Namespace

Defined Under Namespace

Modules: Math, RubyUnits Classes: Array, Date, Numeric, String, Time

Constant Summary collapse

Unit =
RubyUnits::Unit

Instance Method Summary collapse

Instance Method Details

#bdftObject

The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. en.wikipedia.org/wiki/Board_foot



261
262
263
264
# File 'lib/ruby_units/unit_definitions/standard.rb', line 261

RubyUnits::Unit.define('bdft') do |bdft|
  bdft.definition = RubyUnits::Unit.new('1/12 ft^3')
  bdft.aliases    = %w(fbm boardfoot boardfeet bf)
end