Method: OmfEc::ExperimentProperty.to_str

Defined in:
lib/omf_ec/experiment_property.rb

.to_strObject

Minitest needs to be able to turn this Class into a string, this is normally done through the default ‘method_missing’ of the Classe but we redefined that… so to run minitest we need to explicitly define ‘to_str’ for this Class



50
# File 'lib/omf_ec/experiment_property.rb', line 50

def self.to_str; "ExperimentProperty" end