Class: Object

Inherits:
BasicObject
Defined in:
lib/renvy.rb

Instance Method Summary collapse

Instance Method Details

#shouldObject



117
118
119
# File 'lib/renvy.rb', line 117

def should
  REnvy::Should.new(self)
end

#should_notObject



121
122
123
# File 'lib/renvy.rb', line 121

def should_not
  REnvy::Should.new(self, true)
end