Guest User

Untitled

a guest
Mar 18th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.11 KB | None | 0 0
  1. class Test_Me_2
  2.  
  3.   def self.time_as_string
  4.     Time.now.to_s
  5.   end
  6.  
  7. end
  8.  
  9. puts Test_Me_2.time_as_string
Advertisement
Add Comment
Please, Sign In to add comment