Class: Atmospheric::Export::HypsometricalTables::TableFiveSix
- Inherits:
-
TableBase
- Object
- TableBase
- Atmospheric::Export::HypsometricalTables::TableFiveSix
show all
- Defined in:
- lib/atmospheric/export/hypsometrical_tables.rb
Instance Method Summary
collapse
Methods inherited from TableBase
#to_h
Methods included from Target
#ft_to_m, #m_to_ft, #round_to_sig_figs, #to_file, #to_yaml
Instance Method Details
#steps ⇒ Object
80
81
82
|
# File 'lib/atmospheric/export/hypsometrical_tables.rb', line 80
def steps
(-1000..4599).step(1)
end
|