Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/rmodbus/ext.rb

Instance Method Summary collapse

Instance Method Details

#to_wordObject

Shortcut or turning an integer into a word



28
29
30
# File 'lib/rmodbus/ext.rb', line 28

def to_word
  [self].pack('n')
end