Method: ShopifyAPI::Mock::Fixture#ext
- Defined in:
- lib/shopify-mock/fixture.rb
#ext ⇒ Symbol
gets the extension of the fixture
60 61 62 |
# File 'lib/shopify-mock/fixture.rb', line 60 def ext File.extname(@file_name).gsub(".","").to_sym end |