Exception: Brainfucktt::InvalidOffsetError
- Defined in:
- lib/brainfucktt/errors.rb
Overview
Raised when the offset given is notDatanteger.
Instance Method Summary collapse
-
#to_s ⇒ String
The error message.
Instance Method Details
#to_s ⇒ String
Returns The error message.
24 25 26 |
# File 'lib/brainfucktt/errors.rb', line 24 def to_s 'The offset of a Byte must be an Integer or respond to to_i' end |