Libraries
»
nyaplot
(0.1.1)
»
Index
»
Nyaplot
»
DataBase
»
#add
Method: Nyaplot::DataBase#add
Defined in:
lib/nyaplot/database.rb
#
add
(df) ⇒
Object
14 15 16
# File 'lib/nyaplot/database.rb', line 14
def
add
(
df
)
@db
[
df
.
name
]
=
df
end