Module: Sassconf::CoreExtensions::Object

Included in:
Object
Defined in:
lib/sassconf/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#is_hash?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/sassconf/core_extensions.rb', line 10

def is_hash?
  false
end

#is_string?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/sassconf/core_extensions.rb', line 6

def is_string?
  false
end