module TimeScales::Frame::PartComponents::HasDayOfMonth::ClassMixin

Protected Instance Methods

_parts() click to toggle source
Calls superclass method
# File lib/time_scales/frame/part_components.rb, line 90
def _parts
  super << Parts::DayOfMonth
end