If both a method and a variable has the same name it will use the variable.
hello = \"hello from variable\" def hello \"hello from method\" end puts hell
Try this:
puts hello()