lib/reality/definitions/helpers.rb in reality-0.0.3 vs lib/reality/definitions/helpers.rb in reality-0.0.4
- old
+ new
@@ -1,7 +1,8 @@
require 'time_boots'
module Reality
+ # @private
# Just assorted "cool things", included into all entities
# Subject to change/refactor
module Helpers
def alive?
!birthday.nil? && date_of_death.nil?