Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#charObject



321
322
323
# File 'lib/zaphire.rb', line 321

def char
  ''
end

#containsObject



309
310
311
# File 'lib/zaphire.rb', line 309

def contains
  false
end

#delete_char(_number = 1, _number2 = '') ⇒ Object



325
326
327
# File 'lib/zaphire.rb', line 325

def delete_char(_number = 1, _number2 = '')
  ''
end

#delete_lines(_num_of_lines = 1) ⇒ Object



329
330
331
# File 'lib/zaphire.rb', line 329

def delete_lines(_num_of_lines = 1)
  ''
end

#lastcharObject



297
298
299
# File 'lib/zaphire.rb', line 297

def lastchar
  ''
end

#lineObject



313
314
315
# File 'lib/zaphire.rb', line 313

def line
  ''
end

#linesObject



317
318
319
# File 'lib/zaphire.rb', line 317

def lines
  ''
end

#number_of_linesObject



305
306
307
# File 'lib/zaphire.rb', line 305

def number_of_lines
  0
end

#okObject



301
302
303
# File 'lib/zaphire.rb', line 301

def ok
  ''.force_encoding('UTF-8')
end