Method: HighLine#key

Defined in:
lib/highline.rb

#keyObject

TODO:

We should probably move this into the HighLine::Question object.

When gathering a Hash with HighLine::QuestionAsker#gather_hash, it tracks the current key being asked.



178
179
180
# File 'lib/highline.rb', line 178

def key
  @key
end