Class: Head::Active

Inherits:
Object
  • Object
show all
Includes:
Calls
Defined in:
lib/head/active.rb

Instance Method Summary collapse

Instance Method Details

#callObject



11
12
13
# File 'lib/head/active.rb', line 11

def call
  :'is-active' if active?
end