Class: Command::PermissiveSubject
- Defined in:
- lib/command-set/quick-interpreter.rb
Overview
A looser Subject, used by QuickInterpreter for testing purposes. Normally, a Subject doesn’t allow reads from it’s fields - you have to explicitly call get_image. This class allows reads, which makes testing easier.