Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple type fixes and method change #820

Merged
merged 2 commits into from
May 20, 2015

Commits on May 19, 2015

  1. Simple type fixes and method change

    1. aws.rb
        Instead of !array.include?() we can use exclude more readable. Benchmarked these methods. The result is same almost.
    2. customizer.rb
        Since shape_name is not used we can use each_value.
    3. parse.rb
        This can be initialized to empty array and hash. Does setting nil in method call make some memory manipulation.
    
        Rest all files are simple typo fixes.
    alkesh26 committed May 19, 2015
    Configuration menu
    Copy the full SHA
    5b8d4b1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Configuration menu
    Copy the full SHA
    ca07bed View commit details
    Browse the repository at this point in the history