* Implement .new_from_string factory class method; * Rename private method #parse_from_string as class method .string_to_hash; * Remove argument kind detection logic in constructor.
Represent a registry for remote environment variables, will follow an API similar to Hash except the constructor. Currently only #has_key? is implemented.