Module: Kingdom
- Defined in:
- lib/kingdom.rb,
lib/kingdom/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.[](k) ⇒ Object
87 88 89 |
# File 'lib/kingdom.rb', line 87 def self.[] k King.new(k) end |