Class: Zenith

Inherits:
Object
  • Object
show all
Defined in:
lib/zenith.rb

Class Method Summary collapse

Class Method Details

.expand(input = "") ⇒ Object



3
4
5
# File 'lib/zenith.rb', line 3

def expand(input = "")
  puts "Someday this will expand '#{input}' into HTML ^_^"
end