Sha256: 80b303ba30a8ca6e939463e064a2b1bf534526aa8908cfc4ddba217fb689753d
Contents?: true
Size: 112 Bytes
Versions: 1
Compression:
Stored size: 112 Bytes
Contents
module Whitespace::ISA class End < Instruction def execute raise Whitespace::Halt end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whitespace-ruby-1.0.0 | lib/whitespace/instructions/flow_control/end.rb |