module RBeautifyMatchers

Public Instance Methods

be_block_end_like(block_start, offset, match, after_match) click to toggle source
# File lib/ruby-beautify/spec/spec_helper.rb, line 92
def be_block_end_like(block_start, offset, match, after_match)
  BeBlockEndLike.new(block_start, offset, match, after_match)
end
be_block_start_like(block_matcher, offset, match, after_match) click to toggle source
# File lib/ruby-beautify/spec/spec_helper.rb, line 88
def be_block_start_like(block_matcher, offset, match, after_match)
  BeBlockStartLike.new(block_matcher, offset, match, after_match)
end