class Oval::Anything
Describe value that is arbitrary.
Public Class Methods
[]()
click to toggle source
# File lib/oval/anything.rb, line 7 def []; instance; end
instance()
click to toggle source
# File lib/oval/anything.rb, line 6 def instance; @instance ||= new; end
new()
click to toggle source
# File lib/oval/anything.rb, line 12 def initialize(); end
Public Instance Methods
it_should()
click to toggle source
# File lib/oval/anything.rb, line 11 def it_should; "be anything"; end
validate(x,subject=nil)
click to toggle source
# File lib/oval/anything.rb, line 10 def validate(x,subject=nil); end