Lots of Other Methods
Get to know some other cool methods that you can use in your every day Ruby code!
If you look at the methods that are defined on strings and arrays (e.g. run
[].methods.sort
or {}.methods.sort
in IRB), then you’ll find quite a bunch
of method names that look like they are doing exactly what their names
describe.
...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy