Class: Clit::Theme

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/clit/theme.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



18
19
20
# File 'lib/clit/theme.rb', line 18

def name
  @name
end

Instance Method Details

#functionsObject



20
21
22
# File 'lib/clit/theme.rb', line 20

def functions
	methods - Object.instance_methods - [:functions, :name]
end

#new_lineObject



24
25
26
# File 'lib/clit/theme.rb', line 24

def new_line
	print "\n"
end