Method: Well::Block#base
- Defined in:
- lib/well/block.rb
#base ⇒ Block
Since the block is the base element in BEM, this can only return
self.
20 21 22 |
# File 'lib/well/block.rb', line 20 def base self end |
Since the block is the base element in BEM, this can only return
self.
20 21 22 |
# File 'lib/well/block.rb', line 20 def base self end |