Class: Boolean

Inherits:
Object show all
Defined in:
lib/react/to_key.rb

Overview

for Boolean to_key can be true or false

Instance Method Summary collapse

Instance Method Details

#to_keyObject



23
24
25
# File 'lib/react/to_key.rb', line 23

def to_key
  self
end