module PeriodicTable
Constants
- VERSION
Public Class Methods
lookup(element_name)
click to toggle source
# File lib/periodic_table.rb, line 5 def self.lookup(element_name) PeriodicTableApi.new.query(element_name) end