Module: Expectations::Results::ClassMethods

Defined in:
lib/expectations/results.rb

Instance Method Summary collapse

Instance Method Details

#char(arg) ⇒ Object



23
24
25
26
27
# File 'lib/expectations/results.rb', line 23

def char(arg)
  define_method :char do
    arg
  end
end