method
read_range
rails latest stable - Class:
ActiveSupport::MessagePack::Extensions
read_range(unpacker)public
No documentation available.
# File activesupport/lib/active_support/message_pack/extensions.rb, line 212
def read_range(unpacker)
Range.new(unpacker.read, unpacker.read, unpacker.read)
end