Class: Cyberweb::Cmd5

Inherits:
Cmd
  • Object
show all
Defined in:
lib/cyberweb/cmd/cmd.rb

Overview

#

Cyberweb::Cmd5

#

Constant Summary

Constants inherited from Cmd

Cyberweb::Cmd::DEFAULT_VALUES

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Cmd

append_this_css, cmd1=, cmd2=, cmd3=, cmd4=, cmd5=, #reset, #set_use_these_css_rules, #use_these_css_rules?

Constructor Details

#initializeCmd5

Returns a new instance of Cmd5.



247
248
249
# File 'lib/cyberweb/cmd/cmd.rb', line 247

def initialize
  set DEFAULT_VALUES[:cmd5]
end

Class Method Details

.append(i) ⇒ Object

#

Cyberweb::Cmd5.append

This method can be used to append to the :cmd5 variable.

#


259
260
261
# File 'lib/cyberweb/cmd/cmd.rb', line 259

def self.append(i)
  Cyberweb.append_to_cmd5(i)
end

.css_rules?Boolean

Returns:

  • (Boolean)


250
251
252
# File 'lib/cyberweb/cmd/cmd.rb', line 250

def self.css_rules?
  new.css_rules?
end