puts :algo == :algoputs :algo.equal? :algo puts 'algo' == 'algo'puts 'algo'.equal? 'algo' puts :algo == 'algo'puts :algo.to_s == 'algo'.to_s
Standard input is empty
true true true false false true
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!