module Nydp::Kalendor::KalendorInstance

Public Instance Methods

_nydp_whitelist() click to toggle source
# File lib/nydp/kalendor.rb, line 15
def _nydp_whitelist
  @_nwl ||= Set.new([:name, :label])
end