Module: Literal::Type

Instance Method Summary collapse

Instance Method Details

#>=(other) ⇒ Object



4
5
6
# File 'lib/literal/type.rb', line 4

def >=(other)
  self == other
end