/[Frey]/trunk/lib/Frey/Introspect.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Introspect.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 456 by dpavlin, Wed Nov 19 15:28:23 2008 UTC revision 457 by dpavlin, Wed Nov 19 16:53:13 2008 UTC
# Line 229  sub as_markup { Line 229  sub as_markup {
229  #       $source =~ s{</body.*$}{}s;  #       $source =~ s{</body.*$}{}s;
230    
231    
         use Frey::Run;  
         my $class_method = $self->class_methods( $class );  
232          my $runnable = join("\n",          my $runnable = join("\n",
233                  map { $class_method->{$_} ? qq|<a href="/$class/$_">$_</a>| : '' } grep { $class->can($_) } Frey::Run->runnable                  map { qq|<a href="/$class/$_">$_</a>| : '' } $self->class_runnable( $class );
234          );          );
235          $runnable = " runnable: $runnable" if $runnable;          $runnable = " runnable: $runnable" if $runnable;
236    

Legend:
Removed from v.456  
changed lines
  Added in v.457

  ViewVC Help
Powered by ViewVC 1.1.26