# File lib/mspec/matchers/variable.rb, line 10
10:   def initialize(variable)
11:     @variable = convert_name(variable)
12:   end