1
2
3
4
#!/usr/bin/env ruby
def use_in_file_templates!
  require 'stringio'
...

Ruby On Template Method

by calebf, July 01, 2008 16:56

Oops, I forgot to mention t...

357da3f3ee71d2fb88495f239e8b5b22 Talk
1
2
3
def use_in_file_templates!
  require 'stringio'
...

Ruby Template Method

by calebf, July 01, 2008 00:18, 3 refactorings

This method was taken from ...

357da3f3ee71d2fb88495f239e8b5b22 Talk
1
2
3
4
<?php
  function getsize ($size) {
    $si = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB');
...

PHP Bytes to Readable

by calebf, October 06, 2007 11:00, 5 refactorings

Make this simpler?

357da3f3ee71d2fb88495f239e8b5b22 Talk