Guest User

Untitled

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