Method: RomanNumeral#|

Defined in:
lib/roman.rb

#|(o) ⇒ Object



233
234
235
# File 'lib/roman.rb', line 233

def |(o)
  self.class.new(@i | o.to_int)
end