# File lib/currencies/currency.rb, line 22
  def [](value)
    self.instance_variable_get("@#{value}")
  end