Class: SeeingIsBelieving::Binary::ErrorMessage

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



47
48
49
# File 'lib/seeing_is_believing/binary/data_structures.rb', line 47

def to_s
  "Error: #{explanation}"
end