looker / looker-sdk-ruby

Looker SDK for Ruby
Other
39 stars 43 forks source link

index operations hash by symbol instead of string #98

Closed dthorpe closed 4 years ago

dthorpe commented 4 years ago

string compare in ruby is a lot more expensive than symbol compare. plus, API calls like sdk.something will already have made something into a symbol before execution reaches method_missing, so why not just use it?