def title=(name)… does not work, bug?
43 44 45
# File 'lib/nosql.rb', line 43 def title(name) @title = " | #{name}" end