Class: ProgramR::Size

Inherits:
Object
  • Object
show all
Defined in:
lib/programr/aiml_elements.rb

Instance Method Summary collapse

Instance Method Details

#executeObject Also known as: to_s



232
# File 'lib/programr/aiml_elements.rb', line 232

def execute; Category.cardinality.to_s end

#inspectObject



234
# File 'lib/programr/aiml_elements.rb', line 234

def inspect(); "size -> #{Category.cardinality.to_s}" end