Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/omnibar/github.rb

Instance Method Summary collapse

Instance Method Details

#&(other) ⇒ Object



2
3
4
# File 'lib/omnibar/github.rb', line 2

def &(other)
  self == other[0...length]
end