We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47af45 commit 0ebf599Copy full SHA for 0ebf599
lib/gnuplotrb/mixins/plottable.rb
@@ -65,7 +65,7 @@ def method_missing(meth_id, *args)
65
# @return [true] for existing methods and
66
# #to_|term_name| when name is a valid terminal type.
67
# @return [false] otherwise
68
- def respond_to?(meth_id)
+ def respond_to?(meth_id, include_all=false)
69
# Next line is here to force iRuby use #to_iruby
70
# instead of #to_svg.
71
return super if defined? IRuby
0 commit comments