Sha256: bb97ba89e7e296e65cfad56206f67928026372e04ac8632c0d2e7bc639fc575d

Contents?: true

Size: 147 Bytes

Versions: 2

Compression:

Stored size: 147 Bytes

Contents

module MovingsignApi
  module Utilities
  # @!visibility private
  def string_to_ascii_bytes(input)
      input.to_s.unpack('C*')
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
movingsign_api-0.0.2 lib/movingsign_api/commands/internal/utilities.rb
movingsign_api-0.0.1 lib/movingsign_api/commands/internal/utilities.rb