Libraries
»
bantic-integrity
(0.1.4.4)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/integrity/core_ext/string.rb
Instance Method Summary
collapse
#
/
(other) ⇒ Object
Instance Method Details
#
/
(other) ⇒
Object
2 3 4
# File 'lib/integrity/core_ext/string.rb', line 2
def
/
(
other
)
File
.
join
(
self
,
other
)
end