Skip to content

Instantly share code, notes, and snippets.

@vjdhama
Last active September 29, 2015 13:24
Show Gist options
  • Save vjdhama/85d2b6b0197ffeeeb778 to your computer and use it in GitHub Desktop.
Save vjdhama/85d2b6b0197ffeeeb778 to your computer and use it in GitHub Desktop.
structs
struct Vehicle
property speed
property color
def initialize(@speed, @color)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment