Difference between revisions of "Ruby"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with "== Full Name == Image:python-logo.gif == Information == Object Oriented scripting language. == Related Links == * http://en.wikipedia.org/wiki/Ruby_(programming_langu...") |
PeterHarding (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Full Name == | == Full Name == | ||
== Information == | == Information == | ||
Object Oriented scripting language. | [https://en.wikipedia.org/wiki/Ruby_(programming_language) Ruby] is an Object Oriented scripting language. See - https://www.ruby-lang.org/ | ||
== Related Links == | == Related Links == | ||
* https://www.ruby-lang.org/ | |||
* http://en.wikipedia.org/wiki/Ruby_(programming_language) | * http://en.wikipedia.org/wiki/Ruby_(programming_language) | ||
* http://tryruby.org/levels/1/challenges/0 | * http://tryruby.org/levels/1/challenges/0 | ||
* http://rubyinstaller.org/ | * http://rubyinstaller.org/ | ||
Line 16: | Line 14: | ||
* http://ruby-doc.org/ | * http://ruby-doc.org/ | ||
* http://www.activestate.com/blog/tag/blog-tags/ruby | * http://www.activestate.com/blog/tag/blog-tags/ruby | ||
* https://www.rubyguides.com/ | |||
==Tutes== | ==Tutes== | ||
Line 27: | Line 27: | ||
* [[Ruby Links]] | * [[Ruby Links]] | ||
=Modules= | |||
* https://github.com/sferik/twitter | |||
= Interesting = | |||
* https://carlosbecker.com/posts/twitter-drops-ruby-bullshit/ | |||
== References == | == References == |
Latest revision as of 10:32, 15 April 2021
Full Name
Information
Ruby is an Object Oriented scripting language. See - https://www.ruby-lang.org/
Related Links
- https://www.ruby-lang.org/
- http://en.wikipedia.org/wiki/Ruby_(programming_language)
- http://tryruby.org/levels/1/challenges/0
- http://rubyinstaller.org/
- https://rubygems.org/
- http://ruby-doc.org/
- http://www.activestate.com/blog/tag/blog-tags/ruby
- https://www.rubyguides.com/
Tutes
See Ruby web site.