Method: String#|

Defined in:
lib/chitin/core_ext/string.rb

#|(other) ⇒ Object



69
70
71
# File 'lib/chitin/core_ext/string.rb', line 69

def |(other)
  NULLIN > L { self } | other
end