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



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

def to_s
  "Error: #{explanation}"
end