Module: Sassconf::CoreExtensions::Object
- Included in:
- Object
- Defined in:
- lib/sassconf/core_extensions.rb
Instance Method Summary collapse
Instance Method Details
#is_boolean? ⇒ Boolean
14 15 16 |
# File 'lib/sassconf/core_extensions.rb', line 14 def is_boolean? false end |
#is_hash? ⇒ Boolean
10 11 12 |
# File 'lib/sassconf/core_extensions.rb', line 10 def is_hash? false end |
#is_string? ⇒ Boolean
6 7 8 |
# File 'lib/sassconf/core_extensions.rb', line 6 def is_string? false end |