I have:
def is_valid_cool_string(str)
...
end
And I want to write something like
is_valid_cool_string("Foobar")at the bottom of the file to do this. Is there like a main method or something like that?
Thanks!
I have:
def is_valid_cool_string(str)
...
end
And I want to write something like
is_valid_cool_string("Foobar")at the bottom of the file to do this. Is there like a main method or something like that?
Thanks!