Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
0f7bd948
Commit
0f7bd948
authored
Mar 06, 2014
by
Leo Gordon
Browse files
Added a method for pushing new objects into the collection
parent
76fb3b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
modules/Bio/EnsEMBL/Hive/Utils/Collection.pm
modules/Bio/EnsEMBL/Hive/Utils/Collection.pm
+7
-0
No files found.
modules/Bio/EnsEMBL/Hive/Utils/Collection.pm
View file @
0f7bd948
...
...
@@ -32,6 +32,13 @@ sub list {
}
sub
add
{
my
$self
=
shift
@_
;
push
@
{
$self
->
listref
},
@_
;
}
sub
hashed_by_dbID
{
my
$self
=
shift
@_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment