Methods
Instance Public methods
peek_byte()
📝 Source code
# File actionpack/lib/action_dispatch/journey/scanner.rb, line 22
def peek_byte
string.getbyte(pos)
end
🔎 See on GitHub
# File actionpack/lib/action_dispatch/journey/scanner.rb, line 22
def peek_byte
string.getbyte(pos)
end
🔎 See on GitHub