Ruby delights built into the language
technology.doximity.com
Ruby delights built into the language
1–10 of 89 posts
Re: Ruby delights built into the language
#2From that introduction I though this would be about different parts of the standard library, but it's about files from the example folder. In how far are these built in?
Re: Ruby delights built into the language
#3> There are so many Ruby features built in to the language itself. In the very first episode of this series, we dove deep into the internals of one such gem bundled with Ruby's standard library: IRB. Keeping on theme, I'd like to take some time to explore some other areas of Ruby's source. From that introduction I though this would be about different parts of the standard library, but it's about files from the exampl…
All of the examples given use only the standard lib, afaict.
Re: Ruby delights built into the language
#4> There are so many Ruby features built in to the language itself. In the very first episode of this series, we dove deep into the internals of one such gem bundled with Ruby's standard library: IRB. Keeping on theme, I'd like to take some time to explore some other areas of Ruby's source. From that introduction I though this would be about different parts of the standard library, but it's about files from the exampl…
> I though this would be about different parts of the standard library, but it's about files from the example folder. All of the examples given use only the standard lib, afaict.
I agree with the top post - I have a very different idea about what "built-in" means than the author of this article.
Re: Ruby delights built into the language
#5Earlier quoted context omitted.
> I though this would be about different parts of the standard library, but it's about files from the example folder. All of the examples given use only the standard lib, afaict.
Yet there's almost no real discussion of how to use the standard library here, and a lot of talking about example code that's mostly useless (seriously - why is biorhythm pseudoscience #2, and how is displaying a calendar on the CLI going to help me...?) I agree with the top post - I have a very different idea about what "built-in" means than the author of this article.
It's an interactive tutorial on using the `Date` and `OptionParser` classes and printing stuff to stdout.
> and how is displaying a calendar on the CLI going to help me
It's an interactive tutorial on using the `Date` and `GetoptLong` classes and printing stuff to stdout :)
Re: Ruby delights built into the language
#6Re: Ruby delights built into the language
#7Quoted post unavailable.
Re: Ruby delights built into the language
#8Quoted post unavailable.
Re: Ruby delights built into the language
#9Re: Ruby delights built into the language
#10Earlier quoted context omitted.
Someone submitted it and people voted on it.
Quoted post unavailable.