Module: Kernel

Defined in:
docs/0_Dependencies.rb

Overview

Kernel module of Ruby

Instance Method Summary collapse

Instance Method Details

#from(other) ⇒ self

Infer the object as the specified class (lint)

Returns:

  • (self)


130
131
# File 'docs/0_Dependencies.rb', line 130

def from(other)
end