Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/rust/helpers/array.rb

Overview

Created by me on 2011-12-21.

Copyright (c) 2011. All pwnage reserved.

Direct Known Subclasses

Naksh::History

Instance Method Summary collapse

Instance Method Details

#stringObject



7
8
9
# File 'lib/rust/helpers/array.rb', line 7

def string
  self.map {|l| "'#{l}'" }
end