Method: When::TM::CalDate#leaf?
- Defined in:
- lib/when_exe/tmptypes.rb
#leaf? ⇒ Boolean
暦年代が末端の参照であるか?
793 794 795 |
# File 'lib/when_exe/tmptypes.rb', line 793 def leaf? ! @calendar_era.respond_to?(:_pool) || @calendar_era.leaf? end |