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



89
90
91
# File 'lib/relisp/type_conversion/programming_types.rb', line 89

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