Libraries
»
midwire_common
(0.2.0)
»
Index
»
String
»
#right
Method: String#right
Defined in:
lib/midwire_common/string.rb
#
right
(count) ⇒
Object
14 15 16
# File 'lib/midwire_common/string.rb', line 14
def
right
(
count
)
slice
(
-
count
,
count
)
end