Class: Rabbit::NullFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/rabbit/frame.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.def_null_methods(*names) ⇒ Object



200
201
202
203
204
# File 'lib/rabbit/frame.rb', line 200

def def_null_methods(*names)
  names.each do |name|
    define_method(name) {|*args|}
  end
end

Instance Method Details

#fullscreen_available?Boolean

Returns:

  • (Boolean)


214
215
216
# File 'lib/rabbit/frame.rb', line 214

def fullscreen_available?
  false
end

#iconify_available?Boolean

Returns:

  • (Boolean)


218
219
220
# File 'lib/rabbit/frame.rb', line 218

def iconify_available?
  false
end