Top Level Namespace

Defined Under Namespace

Modules: WrocLove

Instance Method Summary collapse

Instance Method Details



11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# File 'bin/wroc_love.rb', line 11

def banner
  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!
  EOF
end

#say(msg) ⇒ Object



7
8
9
# File 'bin/wroc_love.rb', line 7

def say(msg)
  puts msg
end