Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
fa69f1d0
Commit
fa69f1d0
authored
Aug 23, 2012
by
Leo Gordon
Browse files
renamed to_string into toString for uniformity
parent
9a683d64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/Hive/ResourceClass.pm
modules/Bio/EnsEMBL/Hive/ResourceClass.pm
+1
-1
modules/Bio/EnsEMBL/Hive/ResourceDescription.pm
modules/Bio/EnsEMBL/Hive/ResourceDescription.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/ResourceClass.pm
View file @
fa69f1d0
...
...
@@ -79,7 +79,7 @@ sub name {
}
sub
to
_s
tring
{
sub
to
S
tring
{
my
$self
=
shift
@_
;
return
(
ref
(
$self
)
.
'
:
'
.
join
('
,
',
map
{
$_
.
'
="
'
.
$self
->
$_
()
.
'
"
'
}
qw(dbID name)
));
...
...
modules/Bio/EnsEMBL/Hive/ResourceDescription.pm
View file @
fa69f1d0
...
...
@@ -86,7 +86,7 @@ sub parameters {
return
$self
->
{'
_parameters
'};
}
sub
to
_s
tring
{
sub
to
S
tring
{
my
$self
=
shift
@_
;
return
(
ref
(
$self
)
.
'
:
'
.
join
('
,
',
map
{
$_
.
'
="
'
.
$self
->
$_
()
.
'
"
'
}
qw(resource_class_id meadow_type parameters)
));
...
...
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