module Fried::Typings

Constants

Anything
Boolean

Checks if the object is {TrueClass} or {FalseClass}

Nothing

Never matches any object

VERSION

Public Instance Methods

valid?(obj) click to toggle source

@param obj any object

# File lib/fried/typings/anything.rb, line 11
def valid?(obj)
  true
end