lib/webidl/ast/operation.rb in webidl-0.1.2 vs lib/webidl/ast/operation.rb in webidl-0.1.3
- old
+ new
@@ -33,11 +33,11 @@
def deleter?
@specials.include? 'deleter'
end
- def caller?
- @specials.include? 'caller'
+ def legacycaller?
+ @specials.include? 'legacycaller'
end
def static?
!!@static
end
\ No newline at end of file