Libraries
»
tworgy-rails-ext
(0.1.7)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/tworgy/rails_ext.rb
Instance Method Summary
collapse
#
/
(str_to_join) ⇒ Object
Instance Method Details
#
/
(str_to_join) ⇒
Object
2 3 4
# File 'lib/tworgy/rails_ext.rb', line 2
def
/
(
str_to_join
)
File
.
join
(
self
,
str_to_join
)
end