diff options
Diffstat (limited to 'lib/blink/element.rb')
-rw-r--r-- | lib/blink/element.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blink/element.rb b/lib/blink/element.rb index 5397548d1..dd187977a 100644 --- a/lib/blink/element.rb +++ b/lib/blink/element.rb @@ -16,7 +16,7 @@ class Blink::Element #--------------------------------------------------------------- # all of our subclasses must respond to each of these methods... @@interface_methods = [ - :retrieve, :insync?, :sync, :fqpath, :evaluate, :refresh + :retrieve, :insync?, :sync, :fqpath, :evaluate ] # so raise an error if a method that isn't overridden gets called |