Top Level Namespace
Defined Under Namespace
Modules: WrocLove
Instance Method Summary collapse
Instance Method Details
#banner ⇒ Object
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# File 'bin/wroc_love.rb', line 12 def say <<-EOF wroc_love.rb Conference 2012 ============================ Ruby and Friends March 10-11, 2012 Wroclaw, Poland Commands: web Visit conference website map Launch Google map follow Follow us on Twitter tweet Spread the word! flights Check flights to Wrocław from airports near you! speakers Y U NO REMEMBER OUR SPEAKERS ? EOF end |
#say(msg) ⇒ Object
8 9 10 |
# File 'bin/wroc_love.rb', line 8 def say(msg) puts msg end |