Skip to content

Instantly share code, notes, and snippets.

@FerPerales
Created October 20, 2012 02:46
Show Gist options
  • Save FerPerales/3921787 to your computer and use it in GitHub Desktop.
Save FerPerales/3921787 to your computer and use it in GitHub Desktop.
More than one at a time
s = "Hello rubyCUCEI!"
puts s[6,4] # prints "ruby"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment