48 49 50 51 52
# File 'lib/mapnya/plot.rb', line 48 def df_list arr = super() return arr if df_id.nil? return arr.push(df_id) end