Leigh Halliday
YouTubeTwitterGitHub

Articles page 3

  • #ruby

The simple but powerful Ruby Struct

What is a Struct? A Struct in Ruby is one of the built-in classes which basically acts a little like a normal custom user-created class, but…

READ MORE

What is Rack?

The basics of Rack Taken from the Rack website : Rack provides a minimal interface between webservers supporting Ruby and Ruby frameworks…

READ MORE