Home
Pages
Classes
Methods
Parent
Object
Methods
#trunc
class String
Public Instance Methods
trunc
(sz)
click to toggle source
# File lib/pushwagner/ext.rb, line 2
def
trunc
(
sz
)
self
[
0
,
sz
]
end