def Toronto | |
Location.new('Canada', 'Toronto') | |
end | |
... | |
blog.make_post text: 'great post', location: Toronto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
def Toronto | |
Location.new('Canada', 'Toronto') | |
end | |
... | |
blog.make_post text: 'great post', location: Toronto |