Class: Relisp::Integer

Inherits:
Object show all
Defined in:
lib/relisp/type_conversion/programming_types.rb

Class Method Summary collapse

Class Method Details

.from_elisp(object) ⇒ Object



84
85
86
# File 'lib/relisp/type_conversion/programming_types.rb', line 84

def self.from_elisp(object)
  object[:string].to_i
end