Class
Tins::Bijection
In:
lib/tins/bijection.rb
lib/tins/bijection.rb
Parent:
Hash
Methods
[]
[]
[]=
[]=
fill
fill
freeze
freeze
new
new
Attributes
inverted
[R]
inverted
[R]
Public Class methods
[]
(*pairs)
[]
(*pairs)
new
(inverted = Bijection.new(self))
new
(inverted = Bijection.new(self))
Public Instance methods
[]=
(key, value)
[]=
(key, value)
fill
() {|self| ...}
fill
() {|self| ...}
freeze
()
freeze
()
[Validate]