Tuesday, April 29, 2014

Changes 4/25/14-4/28/14

Ruby:

  • Restructured arguments parsing to be more object oriented
  • Previously, all the parsing code had simply been in the module and run when the module was run.

1 comment:

  1. I wonder what the ruby equivalent of python's:

    if __name__ == "__main__":

    is?

    ReplyDelete