chore: sync content to repository - ruby (#9575)

* chore: sync content to repo

* Update data-types@wsnjdnZZohQsVBfM1uN8H.md

* Update type-casting@NjCor7ePiZapd4f6bMZlV.md

---------

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
Co-authored-by: Javier Canales <56018501+jcanalesluna@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-02 18:04:56 +01:00
committed by GitHub
parent 8150042858
commit 7b53bffd6e
4 changed files with 7 additions and 4 deletions

View File

@@ -7,4 +7,4 @@ Visit the following resources to learn more:
- [@article@Basic Data Types](https://www.theodinproject.com/lessons/ruby-basic-data-types)
- [@article@Understanding Data Types in Ruby](https://www.digitalocean.com/community/tutorials/understanding-data-types-in-ruby)
- [@article@Ruby DataTypes: Explore the Fundamentals](https://www.theknowledgeacademy.com/blog/ruby-data-types/)
- [@video@Data Types | Ruby | Tutorial 7](https://www.youtube.com/watch?v=rjLB_bD3SLU)
- [@video@Data Types | Ruby | Tutorial 7](https://www.youtube.com/watch?v=rjLB_bD3SLU)

View File

@@ -7,4 +7,4 @@ Visit the following resources to learn more:
- [@article@How To Use IRB to Explore Ruby](https://www.digitalocean.com/community/tutorials/how-to-use-irb-to-explore-ruby)
- [@article@Interactive Ruby](https://ruby-for-beginners.rubymonstas.org/your_tools/irb.html)
- [@article@Interactive Ruby](https://ruby-doc.org/docs/ruby-doc-bundle/Tutorial/part_01/first_steps.html)
- [@video@Interactive Ruby (irb) | Ruby | Tutorial 35](https://www.youtube.com/watch?v=9pKLGhh5mrM)
- [@video@Interactive Ruby (irb) | Ruby | Tutorial 35](https://www.youtube.com/watch?v=9pKLGhh5mrM)

View File

@@ -9,4 +9,5 @@ Visit the following resources to learn more:
- [@opensource@rails](https://github.com/rails/rails)
- [@article@Ruby vs Ruby on Rails: Whats the Difference?](https://kinsta.com/blog/ruby-vs-ruby-on-rails/)
- [@video@Learn Ruby on Rails - Full Course](https://www.youtube.com/watch?v=fmyvWz5TUWg)
- [@video@Ruby on Rails in 100 Seconds](https://www.youtube.com/watch?v=2DvrRadXwWY)
- [@video@Ruby on Rails in 100 Seconds](https://www.youtube.com/watch?v=2DvrRadXwWY)
- [@article@Visit the Dedicated Ruby on Rails Roadmap](https://roadmap.sh/ruby-on-rails)

View File

@@ -1,7 +1,9 @@
# Type Casting
Type casting, also known as type conversion, is the process of changing a value from one data type to another. This is often necessary when you need to perform operations that require specific data types or when you want to represent data in a different format. For example, you might need to convert a string representation of a number into an actual integer or float to perform mathematical calculations.
Visit the following resources to learn more:
- [@article@Ruby type conversion](https://kddnewton.com/2021/09/09/ruby-type-conversion.html)
- [@article@How To Convert Data Types in Ruby](https://www.digitalocean.com/community/tutorials/how-to-convert-data-types-in-ruby)
- [@article@Confident Code - Ruby Implicit and Explicit Type Converters](https://whatapalaver.co.uk/ruby-implicit-explicit-type-conversion)
- [@article@Confident Code - Ruby Implicit and Explicit Type Converters](https://whatapalaver.co.uk/ruby-implicit-explicit-type-conversion)