Module: Terryology

Defined in:
lib/terryology.rb,
lib/terryology/version.rb

Constant Summary collapse

VERSION =
"0.1.3"

Instance Method Summary collapse

Instance Method Details

#*(rhs) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/terryology.rb', line 4

def *(rhs)
  if self == rhs && self == 1
    2
  else
    super
  end
end