Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/phpf.rb

Instance Method Summary collapse

Instance Method Details

#phpf(format_string) ⇒ Object



8
9
10
# File 'lib/phpf.rb', line 8

def phpf(format_string)
  PHPF.evaluate(PHPF.tokenize(format_string), self).join
end