Method: Well::Block#base

Defined in:
lib/well/block.rb

#baseBlock

Since the block is the base element in BEM, this can only return

self.

Returns:



20
21
22
# File 'lib/well/block.rb', line 20

def base
  self
end