Class: NilClass

Inherits:
Object show all
Defined in:
lib/custom_class_objects/ext_nil.rb

Instance Method Summary collapse

Instance Method Details

#idObject



3
4
5
# File 'lib/custom_class_objects/ext_nil.rb', line 3

def id
  -1
end

#strftime(arg) ⇒ Object



11
12
13
# File 'lib/custom_class_objects/ext_nil.rb', line 11

def strftime(arg)
  return ""
end

#to_short_name(arg) ⇒ Object



7
8
9
# File 'lib/custom_class_objects/ext_nil.rb', line 7

def to_short_name(arg)
  return ""
end