Category Archives: Ruby

Ruby of wisdom

Hello.rb #!/usr/bin/ruby puts ‘Hello World!” Classes Ruby knows the following classes: Integer Float String Methods A method is something you can do with a class. foo.to_i convert to integer foo.to_f convert to float foo.to_s convert to string Variables Warnung: Variablennamen … Continue reading

Posted in Programing, Ruby | Leave a comment