Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/awetestlib/regression/awetest_dsl.rb

Instance Method Summary collapse

Instance Method Details

#-(other) ⇒ Object



4207
4208
4209
# File 'lib/awetestlib/regression/awetest_dsl.rb', line 4207

def -(other)
  self.index(other) == 0 ? self[other.size..self.size] : nil
end