Skip to content

Instantly share code, notes, and snippets.

@funkytwig
Last active August 12, 2017 12:01
Show Gist options
  • Save funkytwig/7b2ee3b05d66c39d6794f6d02c388f16 to your computer and use it in GitHub Desktop.
Save funkytwig/7b2ee3b05d66c39d6794f6d02c388f16 to your computer and use it in GitHub Desktop.
class Venue
def initialize( v, db )
@code = v
@dbase = db
@title_array =[]
@description_array =[]
@more_array =[]
@time_array =[]
@when_array =[]
@name =[]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment