class String
Public Instance Methods
start_with?(str)
click to toggle source
# File lib/deployinator/base.rb, line 54 def start_with?(str) self.index(str) == 0 end
# File lib/deployinator/base.rb, line 54 def start_with?(str) self.index(str) == 0 end