Method: Uinit::Type::Const.from

Defined in:
lib/uinit/type/const.rb

.from(val) ⇒ Object



10
11
12
# File 'lib/uinit/type/const.rb', line 10

def self.from(val)
  new(val) if from?(val)
end