Class: SeeingIsBelieving::Binary::MustEvaluateFirst

Inherits:
SeeingIsBelievingError
  • Object
show all
Defined in:
lib/seeing_is_believing/binary/engine.rb

Instance Method Summary collapse

Constructor Details

#initialize(method) ⇒ MustEvaluateFirst

Returns a new instance of MustEvaluateFirst.



9
10
11
# File 'lib/seeing_is_believing/binary/engine.rb', line 9

def initialize(method)
  super "Cannot call #{method} on engine until it has evaluated the program."
end