Method: Toji::Progress::MoromiState#bmd

Defined in:
lib/toji/progress/moromi_state.rb

#bmdObject



47
48
49
50
51
52
53
54
# File 'lib/toji/progress/moromi_state.rb', line 47

def bmd
  _moromi_day = moromi_day
  _baume = baume

  if _moromi_day && _baume
    _moromi_day * _baume
  end
end