class ChemistryParadise::ElectronNegativityChart
Public Class Methods
new( optional_input = nil, run_already = true )
click to toggle source
Public Instance Methods
entry?()
click to toggle source
run()
click to toggle source
set_input(i)
click to toggle source
show_chart()
click to toggle source
#¶ ↑
show_chart
¶ ↑
Show the particular electronegativy chart for that element.
#¶ ↑
# File lib/chemistry_paradise/electron_negativity_chart.rb, line 39 def show_chart # ======================================================================= # # Tap into the elctron negativity chart next. # ======================================================================= # electron_negativity_chart?.each_pair {|key, value| e "#{key.ljust(2)} -> #{value.to_s}" } end