Method: RBS::Annotate::Annotations#skip?
- Defined in:
- lib/rbs/annotate/annotations.rb
#skip? ⇒ Boolean
152 153 154 |
# File 'lib/rbs/annotate/annotations.rb', line 152 def skip? items.any? {|a| a.is_a?(Skip) } end |
152 153 154 |
# File 'lib/rbs/annotate/annotations.rb', line 152 def skip? items.any? {|a| a.is_a?(Skip) } end |