Module: Kernel
- Defined in:
- docs/0_Dependencies.rb
Overview
Kernel module of Ruby
Instance Method Summary collapse
-
#from(other) ⇒ self
Infer the object as the specified class (lint).
Instance Method Details
#from(other) ⇒ self
Infer the object as the specified class (lint)
130 131 |
# File 'docs/0_Dependencies.rb', line 130 def from(other) end |