class GreenhouseGas

Constants

TABLE_STRUCTURE

Public Class Methods

[](abbreviation) click to toggle source
# File lib/earth/fuel/greenhouse_gas.rb, line 23
def [](abbreviation)
  find_by_abbreviation abbreviation.to_s
end