Method: Complex#to_foorth_c
- Defined in:
- lib/fOOrth/monkey_patch/complex.rb
#to_foorth_c ⇒ Object
Cannot convert this number to a single character string.
22 23 24 |
# File 'lib/fOOrth/monkey_patch/complex.rb', line 22 def to_foorth_c error "F40: Cannot convert a Complex instance to a character" end |