class Gates::Gate

Attributes

name[RW]

Public Instance Methods

==(other_name) click to toggle source
# File lib/gates/gate.rb, line 5
def ==(other_name)
  name.to_s == other_name.to_s
end