Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/rust/helpers/array.rb
Overview
Created by me on 2011-12-21.
Copyright (c) 2011. All pwnage reserved.
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#string ⇒ Object
7 8 9 |
# File 'lib/rust/helpers/array.rb', line 7 def string self.map {|l| "'#{l}'" } end |