My web site

Hello sir!

def foo
  puts 'foo'
end
irb(main):001:0> a = 1
=> 1
irb(main):002:0> puts a
1
=> nil