class NilClass

Cast a nil to an id.

Public Instance Methods

to_date_id() click to toggle source

Always return nil.

# File lib/sixarm_ruby_to_id/nil.rb, line 8
def to_date_id
  nil
end
to_date_ids() click to toggle source

Always return nil.

# File lib/sixarm_ruby_to_id/nil.rb, line 14
def to_date_ids
  nil
end
to_i_id() click to toggle source

Always return nil.

# File lib/sixarm_ruby_to_id/nil.rb, line 32
def to_i_id
  nil
end
to_i_ids() click to toggle source

Always return nil.

# File lib/sixarm_ruby_to_id/nil.rb, line 38
def to_i_ids
  nil
end
to_s_id() click to toggle source

Always return nil.

# File lib/sixarm_ruby_to_id/nil.rb, line 44
def to_s_id
  nil
end
to_s_ids() click to toggle source

Always return nil.

# File lib/sixarm_ruby_to_id/nil.rb, line 50
def to_s_ids
  nil
end
to_stint_id() click to toggle source

Always return nil.

# File lib/sixarm_ruby_to_id/nil.rb, line 20
def to_stint_id
  nil
end
to_stint_ids() click to toggle source

Always return nil.

# File lib/sixarm_ruby_to_id/nil.rb, line 26
def to_stint_ids
  nil
end