Skip to content

Commit

Permalink
rescued futurama quote from the simpsons side
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 7, 2012
1 parent a26b75a commit d495713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Mojo/Asset.pm
Expand Up @@ -13,8 +13,6 @@ sub get_chunk { croak 'Method "get_chunk" not implemented by subclass' }

sub is_file {undef}

# "Oh no! Can we switch back using four or more bodies?
# I'm not sure. I'm afraid we need to use... MATH."
sub move_to { croak 'Method "move_to" not implemented by subclass' }
sub size { croak 'Method "size" not implemented by subclass' }
sub slurp { croak 'Method "slurp" not implemented by subclass' }
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojolicious/Renderer.pm
Expand Up @@ -225,6 +225,8 @@ sub _list_data_templates {
return [keys %$all];
}

# "Oh no! Can we switch back using four or more bodies?
# I'm not sure. I'm afraid we need to use... MATH."
sub _render_template {
my ($self, $c, $output, $options) = @_;

Expand Down

0 comments on commit d495713

Please sign in to comment.