Last active
August 12, 2017 12:01
-
-
Save funkytwig/7b2ee3b05d66c39d6794f6d02c388f16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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