class BasicObject

Public Instance Methods

__class__() click to toggle source
# File lib/r_kit/utility/basic_object_extend.rb, line 2
def __class__
  self.class
end
nothing?() click to toggle source
# File lib/r_kit/utility/basic_object_extend.rb, line 11
def nothing?
  false
end
thing?() click to toggle source
# File lib/r_kit/utility/basic_object_extend.rb, line 7
def thing?
  true
end