class Rabbit::NullFrame
Public Class Methods
def_null_methods(*names)
click to toggle source
# File lib/rabbit/frame.rb, line 252 def def_null_methods(*names) names.each do |name| define_method(name) {|*args|} end end
Public Instance Methods
fullscreen_available?()
click to toggle source
# File lib/rabbit/frame.rb, line 265 def fullscreen_available? false end
iconify_available?()
click to toggle source
# File lib/rabbit/frame.rb, line 269 def iconify_available? false end
in_terminal?()
click to toggle source
# File lib/rabbit/frame.rb, line 276 def in_terminal? false end
toggle_terminal()
click to toggle source
# File lib/rabbit/frame.rb, line 273 def toggle_terminal end