class TestBelt::Matchers::HaveWriters::Matcher
Public Class Methods
new(method)
click to toggle source
Calls superclass method
TestBelt::Matchers::HaveInstanceMethods::Matcher::new
# File lib/test_belt/matchers/have_writers.rb, line 20 def initialize(method) super("#{method}=") end
Public Instance Methods
method_type()
click to toggle source
# File lib/test_belt/matchers/have_writers.rb, line 24 def method_type "writer" end